العودة إلى Google Docs
اتصل بـ Knoon AI مع Google Docs (Google) لأتمتة تدفقات عمل الذكاء الاصطناعي.
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. |