Automated Text Summarization and Logging Workflow

somdn_product_page

This n8n workflow streamlines the process of summarizing user-submitted text via a form, utilizing an external AI API, and logs the results in Google Sheets. The workflow begins with a form trigger where users input a title, content, and preferred summarization mode and length. The data is then transformed—specifically converting the mode to lowercase and mapping the length to a numeric scale. An HTTP request sends this data to a third-party text summarization API hosted on RapidAPI, passing the content, mode, and length parameters. Based on the API’s response, the workflow checks if a summary was returned. If successful, it waits briefly before logging the summary along with the input details into Google Sheets; if it encounters an error, it logs an error message to a separate sheet section. This automation is useful for content managers, writers, or businesses that need quick summaries of lengthy text content, with built-in error handling and structured storage for further analysis or review.

Node Count

11 – 20 Nodes

Nodes Used

formTrigger, googleSheets, httpRequest, if, set, stickyNote, wait

Reviews

There are no reviews yet.

Be the first to review “Automated Text Summarization and Logging Workflow”

Your email address will not be published. Required fields are marked *