MailChimp webhook adapter - OXYGEN-MARKET/oxygen-market.github.io GitHub Wiki

HOME > SNOWPLOW TECHNICAL DOCUMENTATION > Webhooks > Mailchimp webhook adapter

Contents

1. Overview

This webhook adapter lets you track a variety of events logged by MailChimp.

2. Implementation

2.1 Event source

Details of the MailChimp webhook format as of 1 November 2014.

MailChimp sends events as a POST request with all information in the body, with application/x-www-form-urlencoded as the content type.

2.2 Snowplow adapter

Implementation: MailChimpAdapter

MailChimp webhook support was implemented in Snowplow 0.9.11.

3. Events

All resources for this webhook's events:

Event JSON Schema JSON Paths Redshift Table
Subscribe subscribe 1-0-1 subscribe_1.json com_mailchimp_subscribe_1.sql
Unsubscribe unsubscribe 1-0-1 unsubscribe_1.json com_mailchimp_unsubscribe_1.sql
Profile Update profile_update 1-0-1 profile_update_1.json com_mailchimp_profile_update_1.sql
Email Address Change email_address_change 1-0-1 email_address_change_1.json com_mailchimp_email_address_change_1.sql
Cleaned Email cleaned_email 1-0-1 cleaned_email_1.json com_mailchimp_cleaned_email.sql
Campaign Sending Status campaign_sending_status 1-0-1 campaign_sending_status_1.json com_mailchimp_campaign_sending_status_1.sql

4. See also

MailChimp webhook setup

⚠️ **GitHub.com Fallback** ⚠️