Google Docs로 돌아가기
Knoon AI를 Google Docs (Google)과 연결하여 AI 워크플로우를 자동화하세요.
Create a new Google Docs document, optionally in a specific Google Drive folder, and optionally with initial text content.
googleDocsCreateDocument
베타
권한
선택사항 권한
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| parentFolderId | file | Optional. Select a Google Drive folder to create the new Google Doc in. If not set, the document will be created in the root of Google Drive. | 아니요 |
| title | mustache | Title of the new Google Docs document (e.g. "Customer Summary"). | 네 |
| initialText | mustache | Optional initial text content to insert into the document body. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| status | string | CREATED or ERROR. |
| sensitive.documentId | string | ID of the created Google Doc. |
| sensitive.title | string | Title of the created doc. |
| sensitive.parentFolderId | string | Parent folder ID if provided. |