返回 Google Docs
將 Knoon AI 與 Google Docs (Google) 連接以自動化 AI 工作流程。
Append text to the end of a Google Docs document as a new paragraph.
googleDocsAppendText
測試版
權限
可選權限
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| documentId | file | Select the Google Docs document to append text to. | 是的 |
| text | mustache | Text to append at the end of the document. You can use placeholders such as "{{contactName}}" or "{{summary}}". | 是的 |
| prependNewline | boolean | If true (default), a newline will be inserted before the text so it appears as a new paragraph. | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| status | string | APPENDED or ERROR. |
| startIndex | number | Document index where the appended text starts. |
| endIndex | number | Document index immediately after the appended text. |
| sensitive.documentId | string | ID of the document that was updated. |