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