Skip to content

DS Message Broker producer that handles Mailchimp webhooks.

Notifications You must be signed in to change notification settings

DoSomethingArchive/mbp-mailchimp-webhooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mbp-mailchimp-webhooks

This is a Message Broker producer that listens for Mailchimp webhooks. Webhook events are received and passed onto the Message Broker queue to be handled by any listening consumers.

Setup

Prerequisites

Publish Messages with the Producer

  • Install dependencies: composer install
  • Send POST requests to mbp-mailchimp-webhooks.php.
Notes
  • To simulate unsubscribe webhook events, make sure to include a type parameter set to unsubscribe.
  • As a basic layer of security against spam, a proper key needs to be included in the URL. See code to find out what it should be.

About

DS Message Broker producer that handles Mailchimp webhooks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages