list_signup_forms
Retrieve signup forms configuration for a Mailchimp audience to inspect header, content, and styles before customization.
Instructions
Get the signup forms (header, body content, and styles) configured for an audience.
Use to inspect the current hosted and embedded signup forms before changing them with customize_signup_form.
Returns 404 error if list_id is invalid.
Args: list_id: Audience/list ID (from list_audiences).
Returns: JSON with signup_forms array. Each entry has header (object), contents (array of {section, value}), styles (array of {section, options}), and signup_form_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |