Zum Inhalt springen
DeutschlandGPT

Google Docs

Create and update Google Docs documents from workflows

Connect Google Docs to create and update documents from your workflows.

Authentication: OAuth 2.0. Connect your Google account on the integrations page.

Actions

Get Document

Retrieves the full content of a Google Doc.

InputRequiredDescription
Document IDYesGoogle Docs document ID
OutputTypeDescription
documentobjectDocument object with title, body (text content), documentId

Create Document

Creates a new Google Doc.

InputRequiredDescription
TitleYesDocument title
ContentNoInitial document content (plain text)
Parent Folder IDNoGoogle Drive folder to create the document in
OutputTypeDescription
documentIdstringID of the created document
titlestringDocument title
urlstringURL to open the document

Update Document

Appends or replaces content in a Google Doc.

InputRequiredDescription
Document IDYesDocument to update
ContentYesContent to insert
Insert AtNoend (append, default) or beginning
OutputTypeDescription
documentIdstringDocument ID

Search File

Searches for Google Docs in Drive by name.

InputRequiredDescription
QueryYesSearch query
OutputTypeDescription
filesarrayMatching document objects with id, name, url

Get Tab

Retrieves the content of a specific tab in a document (Google Docs supports named tabs).

InputRequiredDescription
Document IDYesDocument ID
Tab IDYesTab ID
OutputTypeDescription
tabobjectTab content

List Tabs

Returns all tabs in a document.

InputRequiredDescription
Document IDYesDocument ID
OutputTypeDescription
tabsarrayTab objects with id, title
Was this page helpful?