BatchWebhooks
Provides information about batch webhooks, which notify external systems of completed batch operations.
Table Specific Information
Select
The connector 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 connector.
- Id supports the '=' operator.
SELECT * FROM BatchWebhooks; SELECT * FROM BatchWebhooks where Id='2';
Columns
| Name | Type | Description |
| Id [KEY] | String | The unique identifier assigned to the batch webhook configuration. |
| Url | String | The destination URL that receives notifications when batch operations complete. |
| Enabled | Boolean | If the value is 'true', the webhook is active and will send notifications. If the value is 'false', the webhook is disabled. |