list_batch_webhooks
Retrieve all configured batch webhooks for your Mailchimp account. Each webhook includes its ID, URL, and enabled status.
Instructions
List all configured batch webhooks for the account.
Batch webhooks notify a URL when a batch operation finishes. Use to discover batch_webhook_id values, and get_batch_webhook to inspect one in detail.
Returns: JSON with total_items and webhooks array. Each: id (batch_webhook_id), url, enabled (boolean).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |