update_landing_page
Update landing page settings such as name, title, description, and tracking options. Only provided fields are changed; list_id and template are fixed after creation.
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 |
|---|---|---|---|
| page_id | Yes | ||
| name | No | ||
| title | No | ||
| description | No | ||
| tracking_opens | No | ||
| tracking_clicks | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |