Google Docs に戻る

Google Docs (Google) と Knoon AI を接続して AI ワークフローを自動化します。

Find and replace multiple texts in a Google Docs document in a single request.
googleDocsReplaceTexts
ベータ
権限
  • https://www.googleapis.com/auth/drive.file
オプション権限
  • https://www.googleapis.com/auth/drive
パラメータ
名前タイプ説明必須
documentIdfile Select the Google Docs document to run find-and-replace on.はい
searchTextsarray (mustache)Texts to search for in the document (e.g. ["{{oldCompanyName}}", "{{oldContactName}}"]).はい
replaceTextsarray (mustache)Replacement texts, matched by index with searchTexts (e.g. ["{{newCompanyName}}", "{{newContactName}}"]).はい
返品
名前タイプ説明
statusstring UPDATED or ERROR.
replacedCountnumber Total number of occurrences that were replaced across all search/replace pairs in the document.
sensitive.documentIdstring ID of the document that was updated.