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
| Parameter | Type | Required | Description |
|---|---|---|---|
documentId | string | Yes | The ID of the document to read |
Output
| Parameter | Type | Description |
|---|---|---|
content | string | Extracted 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
| Parameter | Type | Required | Description |
|---|---|---|---|
documentId | string | Yes | The ID of the document to write to |
content | string | Yes | The content to write to the document |
Output
| Parameter | Type | Description |
|---|---|---|
updatedContent | boolean | Indicates 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
| Parameter | Type | Required | Description |
|---|---|---|---|
title | string | Yes | The title of the document to create |
content | string | No | The content of the document to create |
folderSelector | string | No | Select the folder to create the document in |
folderId | string | No | The 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