Atrás a Google Docs

Conectar Knoon AI con Google Docs (Google) para automatizar flujos de trabajo de AI.

Create a new Google Docs document, optionally in a specific Google Drive folder, and optionally with initial text content.
googleDocsCreateDocument
Beta
Permisos
  • https://www.googleapis.com/auth/drive.file
Permisos opcionales
  • https://www.googleapis.com/auth/drive
Parámetros
NombreTipoDescripciónRequerido
parentFolderIdfile 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.No
titlemustache Title of the new Google Docs document (e.g. "Customer Summary").
initialTextmustache Optional initial text content to insert into the document body.No
Devoluciones
NombreTipoDescripción
statusstring CREATED or ERROR.
sensitive.documentIdstring ID of the created Google Doc.
sensitive.titlestring Title of the created doc.
sensitive.parentFolderIdstring Parent folder ID if provided.