ListsWebhooks
Lists webhooks configured for an audience list, used to trigger updates based on subscriber activity.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | True |
The unique identifier of the webhook within Mailchimp. |
| Url | String | False |
The endpoint URL where webhook event notifications are sent when triggered. |
| Events_Subscribe | Boolean | False |
If the value is 'true', the webhook is triggered when a subscriber joins the list. |
| Events_Unsubscribe | Boolean | False |
If the value is 'true', the webhook is triggered when a subscriber unsubscribes from the list. |
| Events_Profile | Boolean | False |
If the value is 'true', the webhook is triggered when a subscriber's profile information is updated. |
| Events_Cleaned | Boolean | False |
If the value is 'true', the webhook is triggered when a subscriber's email address is cleaned due to repeated bounces. |
| Events_Upemail | Boolean | False |
If the value is 'true', the webhook is triggered when a subscriber's email address is changed. |
| Events_Campaign | Boolean | False |
If the value is 'true', the webhook is triggered when a campaign is sent or activity occurs related to that campaign. |
| Sources_User | Boolean | False |
If the value is 'true', includes webhook events triggered by subscriber actions (such as signing up or unsubscribing). |
| Sources_Admin | Boolean | False |
If the value is 'true', includes webhook events triggered by admin actions within Mailchimp. |
| Sources_Api | Boolean | False |
If the value is 'true', includes webhook events triggered by API calls. |
| ListId [KEY] | String | False |
The unique identifier of the Mailchimp list (audience) associated with the webhook. |