Tillbaka till Google Docs
Anslut Knoon AI med Google Docs (Google) för att automatisera AI-flöden.
Fetch the full Google Docs document structure, including body content and structural elements.
googleDocsGetDocument
BETA
Behörigheter
Valfria behörigheter
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| documentId | file | Select the Google Docs document to fetch. | Ja |
| includeTabsContent | boolean | If true, include content from all tabs in the document (when supported by the Docs API). | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| 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. |