Python Forum

Full Version: Connecting 2 APIs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I would like to connect Mailchimp with Sendy (another autoresponder).

Each time I get a new subscriber in Mailchimp I would like to also send it to Sendy.

Mailchimp has webhooks and an API, and Sendy has an API.

What would be the best way to do it?

Any recommendations would be appreciated.

Thanks
good evening,

i suggest you start to read a little bit about retrieving data from API's with python

the google querry "python read from API" gives me following tutorial who seems verry readable to me
also is the API from mailchimp very wel documenten

i am sure you can find out how to retrieve the necesary data

afterwords you have to find out how to use de API from sendy to put the new user also in there

good luck with learning,
unfortunatly we are not here to write your program, you have to do a little effort by yourself
Thanks for your help.

But what would be the best way to link the 2 systems?

To copy data to a google sheet, or to a file? Or is there a better way?

Thanks