Title: Events Manager Integration Question
Last modified: December 11, 2017

---

# Events Manager Integration Question

 *  Resolved [Connection Graphics](https://wordpress.org/support/users/connectiongraphics/)
 * (@connectiongraphics)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/events-manager-integration-question/)
 * Is there anyway to bring the Event ID with their ‘Name’ and ‘Email’? so that 
   you can connect which Event they booked for?

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Lap](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/events-manager-integration-question/#post-9777846)
 * You can write some custom code to pick up the fields and translate the post values
   to MailChimp fields, e.g.:
 * add_filter( ‘mc4wp_integration_events-manager_data’, function( $data ) {
    $data[‘
   MC_FIELD_NAME_FOR_EVENT_ID’] = $_POST[’em_id’]; return $data; });
 * This example expects the fieldname in MailChimp list to be “MC_FIELD_NAME_FOR_EVENT_ID”
   and the field name in event manager to be “em_id”, please replace those with 
   the correct names.
 * Hope that helps. If you have any questions, please let us know!

Viewing 1 replies (of 1 total)

The topic ‘Events Manager Integration Question’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577)
 * [MC4WP: Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Lap](https://wordpress.org/support/users/lapzor/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/events-manager-integration-question/#post-9777846)
 * Status: resolved