Google Docs

Read, write, and create documents

Configuration

Read Document

Operation
Read Document
Google Account*
Select Google account
Select Document
Select a document
Document ID
Enter document ID
Read Document (google_docs_read)

Read content from a Google Docs document

Input
ParameterTypeRequiredDescription
documentIdstringYesThe ID of the document to read
Output
ParameterTypeDescription
contentstringExtracted document text content

Write to Document

Operation
Write to Document
Google Account*
Select Google account
Select Document
Select a document
Document ID
Enter document ID
Content*
Enter document content
Write to Document (google_docs_write)

Write or update content in a Google Docs document

Input
ParameterTypeRequiredDescription
documentIdstringYesThe ID of the document to write to
contentstringYesThe content to write to the document
Output
ParameterTypeDescription
updatedContentbooleanIndicates if document content was updated successfully

Create Document

Operation
Create Document
Google Account*
Select Google account
Document Title*
Enter title for the new document
Select Parent Folder
Select a parent folder
Parent Folder ID
Enter parent folder ID (leave empty for root folder)
Content
Enter document content
Create Document (google_docs_create)

Create a new Google Docs document

Input
ParameterTypeRequiredDescription
titlestringYesThe title of the document to create
contentstringNoThe content of the document to create
folderSelectorstringNoSelect the folder to create the document in
folderIdstringNoThe ID of the folder to create the document in (internal use)
Output

Refer to the block outputs for this operation.


Usage Instructions

Integrate Google Docs into the workflow. Can read, write, and create documents.

Notes

  • Category: tools
  • Type: google_docs