ADO.NET Provider for Mailchimp

Build 26.0.9655

ListSignupForms

Returns signup forms associated with a list.

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
ListId=

For example, the following query is processed server-side:

SELECT * FROM ListSignupForms WHERE ListId = 'abc'

Columns

Name Type References Description
Header_ImageUrl String The URL of the header image for the signup form.
Header_Text String The text displayed in the signup form header.
Header_ImageWidth String The width of the header image.
Header_ImageHeight String The height of the header image.
Header_ImageAlt String The alt text for the header image.
Header_ImageLink String The URL the header image links to.
Header_ImageAlign String The alignment of the header image.

The allowed values are none, left, center, right.

Header_ImageBorderWidth String The border width of the header image.
Header_ImageBorderStyle String The border style of the header image.

The allowed values are none, solid, dotted, dashed, double, groove, outset, inset, ridge.

Header_ImageBorderColor String The border color of the header image.
Header_ImageTarget String The target attribute for the header image link.

The allowed values are _blank, null.

Contents String The body content options for the signup form.
Styles String An array of objects, each representing each element of signup forms.
SignupFormUrl String The URL of the signup form.
ListId [KEY] String

Lists.Id

A string that identifies the list associated with this signup form.

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