Indietro a Google Docs
Connetti Knoon AI con Google Docs (Google) per automatizzare i flussi di lavoro AI.
Append text to the end of a Google Docs document as a new paragraph.
googleDocsAppendText
Beta
Autorizzazioni
Autorizzazioni facoltative
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| documentId | file | Select the Google Docs document to append text to. | Sì |
| text | mustache | Text to append at the end of the document. You can use placeholders such as "{{contactName}}" or "{{summary}}". | Sì |
| prependNewline | boolean | If true (default), a newline will be inserted before the text so it appears as a new paragraph. | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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. |