返回 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
测试版
权限
  • https://www.googleapis.com/auth/drive.file
可选权限
  • https://www.googleapis.com/auth/drive
参数
名称类型描述必填
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.没有
titlemustache Title of the new Google Docs document (e.g. "Customer Summary").是的
initialTextmustache Optional initial text content to insert into the document body.没有
回报
名称类型描述
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.