Support

Home Forums Event Espresso Premium MailChimp Extra Merge Values

MailChimp Extra Merge Values

Posted: March 23, 2018 at 2:30 am

Viewing 1 reply thread


Ash

March 23, 2018 at 2:30 am

Hi,

I want to be able to use MailChimp to send emails rather then the built in emailer. To enable me todo this I need to send all the event details to MailChimp. At the moment it seems you can only send the name, email, and questions. Is there a way to send all the event details to MailChimp?

At a minimum I want to send reminders before the event with the link to their ticket. How can I at least send the ticket link into MailChimp?

Thanks,
Ash


Tony

  • Support Staff

March 23, 2018 at 6:31 am

Hi Ash,

EE doesn’t pass all of that information to the MailChimp add-on however the add-on passess all of the subscribe arguments through a filter before sending over to MailChimp, so it is possible to add custom values but will require custom code.

The filter you need to use is:

FHEE__EE_MCI_Controller__mci_submit_to_mailchimp__subscribe_args

Here is an example of using that filter to add the event start date to a merge var:

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

Here is another example of a user sending the values used to create the TICKET_URL to another merge var so they could include the ticket links in the MailChimp newsletter emails:

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

Viewing 1 reply thread

The support post ‘MailChimp Extra Merge Values’ 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