πŸ”¬ Summarize text with RapidAPI and log results to Google Sheets

⚑ 407 views Β· πŸ”¬ Document Extraction & Analysis

Description

✨ AI Text Summarizer with Google Sheets Logging

Summarize 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.


πŸš€ Features

FeatureDescription
Web Form TriggerCollects title, content, mode (Paragraph/Bullet), and length preferences.
API IntegrationSends content to Text Summarizer AI API via RapidAPI.
Conditional LogicRoutes success and error cases appropriately.
Google Sheets LoggingStores summaries or error messages into Google Sheets.
Error HandlingCaptures failed summaries and ensures no data is lost.

🧠 Problem Solved

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:


🎯 Use Cases


🧩 Nodes in the Flow

Node NamePurpose
On form submissionCaptures user input via form (title, content, mode, length).
MappingFormats input to match Text Summarizer AI API specs.
HTTP RequestSends POST request to the summarization API on RapidAPI.
IfValidates whether a summary was returned.
WaitAdds short delay before writing to spreadsheet (success).
Google SheetsAppends summary data to Google Sheet.
Wait1Adds delay for error handling path.
Google Sheets1Logs failure with an β€œError occurred” message.

βœ… Benefits


πŸ› οΈ Requirements


πŸ”„ Workflow Overview

  1. User submits text and preferences (mode, length) via a form.
  2. Workflow triggers and transforms the input.
  3. Formatted data is sent to the Text Summarizer AI API.
  4. If a valid summary is returned:
    • Log it into Google Sheets.
  5. If the API fails:
    • Log the error message instead.

πŸ“₯ Import Instructions


πŸ”— Suggested Extensions


🏷 Tags

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!

πŸ”— Nodes Used

Google Sheets, HTTP Request, n8n Form Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup