Hi @magaworks,
I am not sure how to accomplish this. If you know what you need to send to MailChimp, you can send anything you want with our filters. However I do not know the API parameters required to “trigger an automation.”
Cheers,
Kevin.
P.S. I am replying to your other ticket imminently 🙂
Thanks,
I will investigate how Mailchimp API works.
Then basically I need to use the trigger
add_action( 'yikes-mailchimp-form-submission', 'yikes_send_email_after_submission', 10, 4 );
and send to Mailchimp. Is that it?
Hi @magaworks,
Yes that’s the correct hook to use. If you get more information as to which automation you’re trying to trigger I can help you form the API call.
Cheers,
Kevin.
I will put this one resolved because you already help me figure out how to implement this.
Now it it on my end to try and figure out the Mailchimp API, and when I am able to understand it and do what I want I will come back to complete this answer to help others.
-
This reply was modified 8 years, 1 month ago by
magaworks.