返回 Google Docs

将 Knoon AI 与 Google Docs (Google) 连接以自动化 AI 工作流。

Append text to the end of a Google Docs document as a new paragraph.
googleDocsAppendText
测试版
权限
  • https://www.googleapis.com/auth/drive.file
可选权限
  • https://www.googleapis.com/auth/drive
参数
名称类型描述必填
documentIdfile Select the Google Docs document to append text to.是的
textmustache Text to append at the end of the document. You can use placeholders such as "{{contactName}}" or "{{summary}}".是的
prependNewlineboolean If true (default), a newline will be inserted before the text so it appears as a new paragraph.没有
回报
名称类型描述
statusstring APPENDED or ERROR.
startIndexnumber Document index where the appended text starts.
endIndexnumber Document index immediately after the appended text.
sensitive.documentIdstring ID of the document that was updated.