ADO.NET Provider for Mailchimp

Build 26.0.9655

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.

ColumnSupported Operators
Id=

For example, the following queries are processed server-side:

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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655