• Resolved magaworks

    (@magaworks)


    Can I send a Mailchimp API call after submission so I can trigger an automation in Mailchimp?
    How can I do that?
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    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 ??

    Thread Starter magaworks

    (@magaworks)

    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?

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    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.

    Thread Starter magaworks

    (@magaworks)

    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 7 years, 1 month ago by magaworks.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Send Mailchimp API request’ is closed to new replies.