update_landing_page
Update settings of an existing Mailchimp landing page by providing only the fields to change. Modify name, title, description, and tracking options while keeping other settings unchanged.
Instructions
Update settings of an existing landing page. Only provided fields are changed.
Cannot change list_id or template after creation; create a new page instead. Use publish_landing_page / unpublish_landing_page to change live status. Use get_landing_page to inspect current settings before updating.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes. Returns 404 error if page_id is invalid.
Args: page_id: Landing page ID. Obtain from list_landing_pages. name: New internal name. title: New browser tab title. description: New internal description. tracking_opens: Toggle open tracking on/off. tracking_clicks: Toggle click tracking on/off.
Returns: JSON with id, name, title, status, url, updated_at, list_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| title | No | ||
| page_id | Yes | ||
| description | No | ||
| tracking_opens | No | ||
| tracking_clicks | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |