Voltar para Google Docs

Conectar Knoon AI com Google Docs (Google) para automatizar fluxos de trabalho de AI.

Append text to the end of a Google Docs document as a new paragraph.
googleDocsAppendText
Beta
Permissões
  • https://www.googleapis.com/auth/drive.file
Permissões opcionais
  • https://www.googleapis.com/auth/drive
Parâmetros
NomeTipoDescriçãoObrigatório
documentIdfile Select the Google Docs document to append text to.Sim
textmustache Text to append at the end of the document. You can use placeholders such as "{{contactName}}" or "{{summary}}".Sim
prependNewlineboolean If true (default), a newline will be inserted before the text so it appears as a new paragraph.Não
Devoluções
NomeTipoDescrição
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.