Jhut89/Mailchimp-API-3.0-PHP

Add Webhook

Proudje opened this issue · 2 comments

Can you add a function so I can add webhooks to a list?

            ->webhooks()
            ->post([
                'url' => 'https://4afb13443b152cc910a1178d9b047b42.m.pipedream.net',
                'events' => [
                    'subscribe' => true
                ]
            ]);

Nvm you can just use this and it works mb

Glad you got that working! :)