create_page
Create a new page in a Coda document. Optionally add a subtitle, icon, parent page, or initial HTML/markdown content.
Instructions
Create a new page in a Coda doc with optional subtitle, icon, parent page, and initial HTML/markdown content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| name | Yes | ||
| subtitle | No | ||
| icon_name | No | ||
| image_url | No | ||
| parent_page_id | No | ||
| page_content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | An arbitrary unique identifier for this request. | |
| id | Yes | ID of the created page. |