Skip to main content

What does this node do?

The Google Docs Reader node extracts text content from Google Documents. Perfect for processing document content in your workflows.

Quick setup

1

Connect Google account

Go to Builder → Integrations → Google and authenticate
2

Add the Google Docs Reader node

Find it in IntegrationsGoogleDocs
3

Enter document ID

Specify the Google Doc ID from the document URL

Configuration

document_id
string
required
The Google Doc ID from the URL.

Output

{
  "title": "Document Title",
  "content": "Full document text...",
  "wordCount": 1500
}

Example

Read a document and summarize with AI: