update_landing_page
Modify selected settings of an existing landing page, including name, title, description, and tracking options. Only provided fields are changed.
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.
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 | ||
| account | No | ||
| page_id | Yes | ||
| description | No | ||
| tracking_opens | No | ||
| tracking_clicks | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |