Mailchimp v3 Web Hosting API

I am new to the mailchimp API and I need to work on v3, everything is going well as expected. I need to create a webhook for a list similar to webhook-add in v2. But I could not find the resource for webhooks in the v3 API. I tried several collections like lists/<list_id>/webhooks-add and lists/<list_id>/webhooks etc., and I get The resource could not be found.

Are mailchimp webhooks APIs deprecated in version 3? Or were they renamed v3? Any help would be greatly appreciated.

+6
source share
3 answers

I just want to update this thread, maybe this can help someone out there.

There were no Web sites in Mailchimp API V3 during this post, but they are now added. Here is the link for web hosts in Mailchimp API V3.

+3
source

Web sites are not yet implemented in API version 3.

+6
source

webhooks is not yet implemented in version 3. I used v2 to implement webhooks

0
source

All Articles