mailingListEntry.removed
Overview
This article provides information about the mailingListEntry.removed webhook event.
The mailingListEntry.removed server webhook event fires when you need to remove an entry from a mailing list, e.g., due to a customer unsubscribing. Customers who have previously subscribed can unsubscribe by placing a new order with the newsletter checkbox cleared/unselected. Please see Cart Abandonment Tracking and Customer Mailing List Opt-In for more information.
About Webhook Expansion
mailingListEntry.removed is not affected by webhook expansion.IMPORTANT
Contents of Event Payload
Name | Type | Description |
id | string | ID of the event |
list | string | list from which the email address has been removed |
updated | integer | date on which the list was updated, in milliseconds |
string | email address that was removed | |
firstName | string | first name associated with the email address that was removed (if known) |
lastName | string | last name associated with the email address that was removed (if known) |
Example
{ "id":"91143a785402b7867f965557e3eaf4e958cfac639c07c4d7b0726bfd6ed0bfbb", "list":"subscribed", "updated":1462371921845, "email":"jdoe@gmail.com", "firstName":null, "lastName":null }