Zurück zu Google Docs
Verbinde Knoon AI mit Google Docs (Google), um KI-Workflows zu automatisieren.
Append text to the end of a Google Docs document as a new paragraph.
googleDocsAppendText
Beta
Berechtigungen
Optionale Berechtigungen
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| documentId | file | Select the Google Docs document to append text to. | Ja |
| text | mustache | Text to append at the end of the document. You can use placeholders such as "{{contactName}}" or "{{summary}}". | Ja |
| prependNewline | boolean | If true (default), a newline will be inserted before the text so it appears as a new paragraph. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| 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. |