0
Good afternoon
I am doing an integration of Mailchimp with PHP and I need to download from Mailchimp the emails that are like "unsubscribed" and "cleaned" to update in the bank.
Currently there is not a very faithful control of Campaigns, Segments and Lists (Mailchimp only has a huge list of emails and to send a campaign, it is usually created directly in Mailchimp, sending emails to a list from a .csv file)so in order for me to generate a mailing list, I need to filter these errors so that a contact that has been unsubscribed does not receive any email.
Do you have any API function or any means that I can download only these emails to my bank?
"It is necessary to use the CURL library" - I believe that using Curl is one of several ways, not "necessary".
– Bacco
Well, certainly... I expressed myself badly
– Isaias Lima