ZelaxyDocs
Tool Integrations
Tool

Google Docs

Create and read documents in Google Docs

Google Docs

Create new documents and read existing ones in Google Docs. Supports content insertion, reading, and basic document management.

Overview

PropertyValue
Typegoogle_docs
CategoryTool — Google Workspace
AuthOAuth 2.0 (Google)

Operations

OperationDescription
Create DocumentCreate a new Google Doc
Read DocumentGet content of a document
Update DocumentInsert or replace content

Configuration

SettingTypeDescription
Google AccountOAuthConnect Google account
Document IDShort inputDoc ID (from URL)
TitleShort inputNew document title
ContentLong textDocument body

Outputs

FieldTypeDescription
documentIdstringCreated/read document ID
contentstringDocument content
urlstringDocument URL

Example: Automated Report Generation

Workflow:

[Starter] → [Agent: Write Report] → [Google Docs: Create] → [Gmail: Share Link]

Agent generates a report, Google Docs creates it as a shareable document, and Gmail sends the link to stakeholders.

Tips

  • Document ID is in the URL: docs.google.com/document/d/{ID}/edit
  • Content supports basic text — for complex formatting, use the Google Docs API directly via API block