...
- Name: enter a descriptive name
URL:
Code Block http://[account_URL]//frontend/Xmlunsubscribe.aspx?ListGuid=[LIST_GUID]&List=[LIST_ID]
- Account_URL = the first portion of the URL to your admin console (e.g. d0i4e.s836.it)
- LIST_GUID = the unique identifier for the target list (e.g. f34e5054-5253-4c90-ac54-57hdepoghwph323)
- LIST_ID = the List number (e.g. 2)
- Type: Unsubscribe
- Source: API
- Parameters
- email = [email]
...
For this reason, there is no "email changed" Webhook that can be triggered. That said , because a "subscribe" event does indeed occur when there is a change in the email address, you could pass that piece of information to another application if there is a custom field - not the email address - that identifies the customer. For example, there may be a CustomerID custom field that holds the ID of that person in a CRM or ecommerce e-commerce system.
If that is the case, you only need to trigger a "subscribe" Webhook that passes to the external system's callback URL:
...
...