list_batch_webhooks
Retrieve all batch webhooks configured for your Mailchimp account. Use to find batch_webhook IDs for further inspection.
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.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
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 |