返回 Google Docs
將 Knoon AI 與 Google Docs (Google) 連接以自動化 AI 工作流程。
Fetch the full Google Docs document structure, including body content and structural elements.
googleDocsGetDocument
測試版
權限
可選權限
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| documentId | file | Select the Google Docs document to fetch. | 是的 |
| includeTabsContent | boolean | If true, include content from all tabs in the document (when supported by the Docs API). | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| status | string | DONE. |
| document | any | The full Google Docs Document resource as returned by the Docs API (including body/tabs, namedRanges, styles, etc.). |
| sensitive.documentId | string | ID of the document that was fetched. |