Google Docs に戻る

Google Docs (Google) と Knoon AI を接続して 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.