Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Connecting 2 APIs
#1
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
Reply
#2
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
Reply
#3
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Byte Error when working with APIs Oshadha 2 980 Jul-05-2022, 05:23 AM
Last Post: deanhystad
  With Python I cannot calculate an AWS signature for Rest APIs Johno 4 6,403 Oct-06-2016, 11:05 AM
Last Post: Johno

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020