Skip to main content

What does this node do?

The Google Docs Writer node creates or updates Google Documents programmatically.

Quick setup

1

Connect Google account

Go to Builder → Integrations → Google and authenticate
2

Add the Google Docs Writer node

Find it in IntegrationsGoogleDocs
3

Configure document

Specify document title and content to create or update

Configuration

document_id
string
Document ID to update (leave empty to create new).
title
string
required
Document title.
content
string
required
Document content (supports basic formatting).

Output

{
  "document_id": "1abc...",
  "title": "New Document",
  "url": "https://docs.google.com/document/d/..."
}