docs_append
Append text to the end of a Google Doc, applying heading styles and bold/italic formatting as needed. Specify account and document ID to update content directly.
Instructions
Append text to the end of a Google Doc. Optionally apply a heading style and bold/italic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bold | No | Apply bold formatting. | |
| text | Yes | Text to append. | |
| style | No | Paragraph style (default NORMAL_TEXT). | |
| italic | No | Apply italic formatting. | |
| account | Yes | Account id. | |
| document_id | Yes | Google Docs document ID. |