Excel Add-In for Mailchimp

Build 25.0.9434

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.
For example:
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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434