MailChimp webhook adapter - OXYGEN-MARKET/oxygen-market.github.io GitHub Wiki
HOME > SNOWPLOW TECHNICAL DOCUMENTATION > Webhooks > Mailchimp webhook adapter
- 1 Overview
- 2 Implementation
- 2.1 Event source
- 2.2 Snowplow adapter
- 3 Events
- 4 See also
This webhook adapter lets you track a variety of events logged by MailChimp.
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.
Implementation: MailChimpAdapter
MailChimp webhook support was implemented in Snowplow 0.9.11.
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 |