ListSignupForms
Collection of List Signup Forms
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.
- ListId supports the '=' operator.
SELECT * FROM ListSignupForms WHERE ListId = 'abc'
Columns
| Name | Type | Description |
| Header_ImageUrl | String | Header Image Url |
| Header_Text | String | Header Text |
| Header_ImageWidth | String | Image width |
| Header_ImageHeight | String | Image height |
| Header_ImageAlt | String | Image Alt |
| Header_ImageLink | String | Image Link |
| Header_ImageAlign | String | Image align |
| Header_ImageBorderWidth | String | Image border width |
| Header_ImageBorderStyle | String | Image border style |
| Header_ImageBorderColor | String | Image border color |
| Header_ImageTarget | String | Image target |
| Contents | String | Signup form body contents options |
| Styles | String | An array of objects, each representing each element of signup forms. |
| SignupFormUrl | String | Signup form URL |
| ListId [KEY] | String | A string that identifies this signup forms' list. |