Indietro a Google Docs
Connetti Knoon AI con Google Docs (Google) per automatizzare i flussi di lavoro AI.
Fetch the full Google Docs document structure, including body content and structural elements.
googleDocsGetDocument
Beta
Autorizzazioni
Autorizzazioni facoltative
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| documentId | file | Select the Google Docs document to fetch. | Sì |
| includeTabsContent | boolean | If true, include content from all tabs in the document (when supported by the Docs API). | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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. |