append_to_google_doc
Append text to the end of a Google Doc. Specify the document ID and content, with an option to add a newline before the appended text.
Instructions
Append text content to the end of an existing Google Doc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Text to append to the end of the document. | |
| document_id | Yes | The Google Doc ID (the value after /document/d/ in the doc URL). | |
| add_newline_before | No | Insert a newline before the content so it starts on a fresh line. Defaults to true. |