Πίσω στο Google Docs
Σύνδεση Knoon AI με Google Docs (Google) για αυτοματοποίηση ροών εργασίας AI.
Create a new Google Docs document, optionally in a specific Google Drive folder, and optionally with initial text content.
googleDocsCreateDocument
ΒΕΤΑ
Άδειες
Προαιρετικές άδειες
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| parentFolderId | file | Optional. Select a Google Drive folder to create the new Google Doc in. If not set, the document will be created in the root of Google Drive. | Όχι |
| title | mustache | Title of the new Google Docs document (e.g. "Customer Summary"). | Ναι |
| initialText | mustache | Optional initial text content to insert into the document body. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| status | string | CREATED or ERROR. |
| sensitive.documentId | string | ID of the created Google Doc. |
| sensitive.title | string | Title of the created doc. |
| sensitive.parentFolderId | string | Parent folder ID if provided. |