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