Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mailchimp Webhooks API v3

I am new to mailchimp API and i need to work on v3, everything is going good 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 API v3. I have tried multiple collections like lists/<list_id>/webhooks-add and lists/<list_id>/webhooks etc and i am getting The resource could not be found.

Is mailchimp webhooks APIs deprecated in v3 ? OR they have been renamed in v3 ? Any help will be highly appreciated.

like image 905
hashmi Avatar asked Jul 03 '15 09:07

hashmi


People also ask

Does Mailchimp have Webhooks?

Webhooks are a helpful tool that you can use to collect information about audience changes in Mailchimp as they happen. By entering a valid URL that's set up to accept HTTP POST requests, you can receive updates on subscriptions, changed email addresses, campaign sending, and more.

Does Mailchimp REST API?

The basics. The Mailchimp Marketing API largely follows RESTful API conventions, providing resources and actions at specified URIs.

Does Mailchimp have an open API?

Mailchimp Open Commerce (formerly Reaction Commerce) is an open source, API-first, modular commerce stack made for technical, growth-minded retailers.


2 Answers

Webhooks are not yet implemented in API v3.

like image 67
TooMuchPete Avatar answered Oct 13 '22 17:10

TooMuchPete


I just want to update this thread, may be this could help some one out there.

At the time of this post there were no webhooks in Mailchimp API V3 but they have added now. Here is the link for webhooks in Mailchimp API V3.

like image 26
hashmi Avatar answered Oct 13 '22 17:10

hashmi