surveymonkey_create_page
Add a new page to an existing survey by providing the survey ID and optional title, description, or position. Organize survey flow with structured pages.
Instructions
Creates a new page in a survey.
Args: survey_id: Survey ID. payload: Page definition. Structure: { "title": "Page title", (optional) "description": "Description", (optional) "position": 1 (optional) }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | ||
| survey_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |