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
Connect Google account
Go to Builder → Integrations → Google and authenticate
Add the Google Docs Reader node
Find it in Integrations → Google → Docs
Enter document ID
Specify the Google Doc ID from the document URL
Configuration
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: