Problem
On a form, if a user opted into receiving emails in the future, the business wanted them automatically added to a mailchimp list.
MailChimp Integration
On a form, if a user opted into receiving emails in the future, the business wanted them automatically added to a mailchimp list.
We created an Azure python function that did an API call against API that was provided by the form software and if the user had opted into emails, it would push the data from the API call into Mailchimp via their API. This solution eliminated the need for a person to manually go into the form software and manually create records in Mailchimp.