Support

Home Forums MailChimp Integration Pass ticket, registration / transaction status to Mailchimp

Pass ticket, registration / transaction status to Mailchimp

Posted: March 10, 2018 at 12:26 am


raffy

March 10, 2018 at 12:26 am

Is there a way to pass on additional information to Mailchimp other than what is contained in the form?

I want to pass on the transaction status so I can send to the following groups:

  • incomplete, pending payment
  • approved, paid

Also instead of creating groups based on events (which is what I will implement or now), would it be possible to pass on the ticket bought to mailchimp?

Event Espresso – 4.9.58.p
Wordpress – Version 4.9.4


Tony

  • Support Staff

March 12, 2018 at 4:36 am

Hi there,

Yes its possible, all of the subscription arguments sent to MailChimp are passed through a filter:

$subscribe_args = apply_filters('FHEE__EE_MCI_Controller__mci_submit_to_mailchimp__subscribe_args', $subscribe_args, $registration, $EVT_ID );

We don’t have any example of the specific fields you are requesting but here are a couple for using the above filter:

https://github.com/eventespresso/ee-code-snippet-library/blob/master/addons/eea-mailchimp/tw_eea_mailchimp_start_date.php

https://eventespresso.com/topic/ticket-url-to-mailchimp/

The support post ‘Pass ticket, registration / transaction status to Mailchimp’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso