New topic Closed topic
avatar image
1
MailChimp Webhook
By Created , last editted

Hi,

I'm wondering if anyone has got the MailChimp webhook to work with Betty Blocks?
This webhook can push changes in a MailChimp list to an endpoint. I want to fetch unsubscribes with it in my BB application.

I'm at this stage:

1) created the endpoint in BB
2) set the URL of this endpoint in MailChimp as the webhook
3) set the response from MailChimp as input parameters.

This is what MailChimp sends to the endpont:

"type": "unsubscribe",
"fired_at": "2009-03-26 21:40:57",
"data[action]": "unsub",
"data[reason]": "manual",
"data[id]": "8a25ff1d98",
"data[list_id]": "a6b5da1054",
...

I succesfully defined 'type' and 'fired_ad' as input parameters (get data from MailChimp in them), but I do not succeed in fetching the data[..] items. 

I just don't know how to define them.


Thanks, Hans






Hi,

I'm wondering if anyone has got the MailChimp webhook to work with Betty Blocks?
This webhook can push changes in a MailChimp list to an endpoint. I want to fetch unsubscribes with it in my BB application.

I'm at this stage:

1) created the endpoint in BB
2) set the URL of this endpoint in MailChimp as the webhook
3) set the response from MailChimp as input parameters.

This is what MailChimp sends to the endpont:

"type": "unsubscribe",
"fired_at": "2009-03-26 21:40:57",
"data[action]": "unsub",
"data[reason]": "manual",
"data[id]": "8a25ff1d98",
"data[list_id]": "a6b5da1054",
...

I succesfully defined 'type' and 'fired_ad' as input parameters (get data from MailChimp in them), but I do not succeed in fetching the data[..] items. 

I just don't know how to define them.


Thanks, Hans





Answers
Sort by:

This topic is closed.