Google Docs
Reference
Google Docs is a cloud-based collaborative word processing platform that allows multiple users to create, edit, and share documents in real-time.
Categories: [file-storage]
Version: 1
Connections
Version: 1
OAuth2 Authorization Code
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Client Id | STRING | TEXT | |
Client Secret | STRING | TEXT |
Actions
Create document
Create a document on Google Docs
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Title | STRING | TEXT | Document title |
Content | STRING | TEXT | Document content |
Edit template file
Edit a template file and replace the values with the ones provided
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Destination file | STRING | TEXT | The ID of the file to replace the values |
Variables | {} | OBJECT_BUILDER | Don’t include the ”[[]]”, only the key name and its value |
Images | {} | OBJECT_BUILDER | Key: Image ID (get it manually from the Read File Action), Value: Image URL |
Read document
Read a document from Google Docs
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Document id | STRING | TEXT | The ID of the document to read |
Additional instructions
CONNECTION
Turning on Docs API