Google Docs
Read, write, and create documents
Integrate Google Docs into the workflow. Can read, write, and create documents.
| Parameter | Type | Required | Description |
|---|
documentId | string | Yes | No description |
| Parameter | Type | Description |
|---|
content | string | Extracted document text content |
metadata | json | Document metadata including ID, title, and URL |
↳ documentId | string | documentId output from the tool |
↳ title | string | Document title |
↳ mimeType | string | Document MIME type |
↳ url | string | Document URL |
| Parameter | Type | Required | Description |
|---|
documentId | string | Yes | No description |
content | string | Yes | No description |
| Parameter | Type | Description |
|---|
updatedContent | boolean | Indicates if document content was updated successfully |
metadata | json | Updated document metadata including ID, title, and URL |
↳ documentId | string | Google Docs document ID |
↳ title | string | Document title |
↳ mimeType | string | Document MIME type |
↳ url | string | Document URL |
| Parameter | Type | Required | Description |
|---|
title | string | Yes | No description |
content | string | No | No description |
folderSelector | string | No | No description |
folderId | string | No | No description |
| Parameter | Type | Description |
|---|
metadata | json | Created document metadata including ID, title, and URL |
↳ documentId | string | Google Docs document ID |
↳ title | string | Document title |
↳ mimeType | string | Document MIME type |
↳ url | string | Document URL |