I use mailchaimp automation workflow on a landing page to send emails to my customers.
The automation workflow is :
- Customer enter his email in my form
- The customer is added to my mailchimp list (or updated if already exist) with api V3
- I call send the first email with this trigger (http://developer.mailchimp.com/documentation/mailchimp/reference/automations/emails/queue/)
- Some time later automation send a second email to my subscriber.
This workflow work great the first time but if my visitor subscribe a second time (because he forgot) i have this error when i call my trigger :
Array ( [type] => http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/ [title] => Bad Request [status] => 400 [detail] => You’ve already sent this email to the subscriber. [instance] => )
Any idea how allow my visitor to ask the same email multiple time ?