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. |