BatchWebhooks
Get information about batch webhooks.
Table Specific Information
Select
The add-in will use the Mailchimp API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the add-in.
- Id supports the '=' operator.
SELECT * FROM BatchWebhooks; SELECT * FROM BatchWebhooks where Id='2';
Columns
| Name | Type | Description |
| Id [KEY] | String | A string that uniquely identifies this batch webhook. |
| Url | String | A valid URL for the webhook. |
| Enabled | Boolean | Whether this webhook is enabled. |