BatchWebhooks
Provides information about batch webhooks, which notify external systems of completed batch operations.
View-Specific Information
Select
The provider uses 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 provider.
| Column | Supported Operators |
| Id | = |
SELECT * FROM BatchWebhooks
SELECT * FROM BatchWebhooks WHERE Id = '2'
Columns
| Name | Type | References | 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. |