coda_append_page_content
Append markdown content to the end of a page in a Coda document. Provide the document ID, page ID or name, and the content.
Instructions
Append new markdown content to the end of a page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The ID of the document that contains the page to append the content to | |
| pageIdOrName | Yes | The ID or name of the page to append the content to | |
| content | Yes | The markdown content to append to the page |