Block 1 - On form submission
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
AI Text Summarizer with Google Sheets Logging Summarize large blocks of text into concise outputs using the Text Summarizer AI API and ...
n8n-nodes-base.formtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.googlesheets, n8n-nodes-base.wait, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Evoort Solutions.
Original n8n.io sourceSummarize large blocks of text into concise outputs using the Text Summarizer AI API and automatically log results in Google Sheets. This automation is ideal for content creators, marketers, researchers, and teams who need efficient summarization and record-keepingโwithout writing a single line of code.
| Feature | Description |
|---|---|
| Web Form Trigger | Collects title, content, mode (Paragraph/Bullet), and length preferences. |
| API Integration | Sends content to Text Summarizer AI API via RapidAPI. |
| Conditional Logic | Routes success and error cases appropriately. |
| Google Sheets Logging | Stores summaries or error messages into Google Sheets. |
| Error Handling | Captures failed summaries and ensures no data is lost. |
Manually summarizing long-form content is time-consuming and repetitive. Storing this output in structured logs (like Google Sheets) adds an extra layer of manual effort.
This workflow solves that by:
| Node Name | Purpose |
|---|---|
| On form submission | Captures user input via form (title, content, mode, length). |
| Mapping | Formats input to match Text Summarizer AI API specs. |
| HTTP Request | Sends POST request to the summarization API on RapidAPI. |
| If | Validates whether a summary was returned. |
| Wait | Adds short delay before writing to spreadsheet (success). |
| Google Sheets | Appends summary data to Google Sheet. |
| Wait1 | Adds delay for error handling path. |
| Google Sheets1 | Logs failure with an โError occurredโ message. |
x-rapidapi-key in the HTTP node with your personal RapidAPI key.ai summarization text-processing rapidapi google-sheets automation markdown n8n Text Summarizer AI API
Create your free n8n account and set up the workflow in just a few minutes using the link below:
๐ Start Automating with n8n
Save time, stay consistent, and grow your LinkedIn presence effortlessly!
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Summarize text with RapidAPI and log results to Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Document Extraction, AI Summarization |
| Author | Evoort Solutions |
| Published | 23 Jul 2025 |
Use the JSON export at /data/workflows/6304/6304.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
AI Text Summarizer with Google Sheets Logging Summarize large blocks of text into concise outputs using the Text Summarizer AI API and ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, AI Summarization use case.