docs_append_paragraph
Append a fully-styled paragraph to the end of a Google Doc in a single call. Select from body, title, subtitle, or heading styles without character-index calculations.
Instructions
RECOMMENDED way to add a heading/title/subtitle/body paragraph: appends one fully-styled paragraph to the end of the doc in a single call, no character-index math needed. style: NORMAL_TEXT (body), TITLE, SUBTITLE, HEADING_1..HEADING_6.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bold | No | ||
| text | Yes | ||
| style | No | NORMAL_TEXT | |
| italic | No | ||
| alignment | No | ||
| document_id | Yes | ||
| bullet_preset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |