Sentiment

★ 6.1 · n8n · complex · 26 nodes

Sentiment is an n8n automation template that receives an incoming webhook, runs sentiment analysis on the provided text via OpenRouter, and returns the result to the calling system. Trigger: Webhook. Integrations: OpenRouter. Reach for it when you need to automatically score the tone of customer reviews, support messages, or social media comments — for instance, to flag negative feedback in real time or route responses based on emotional polarity. The workflow accepts a text payload through the webhook trigger, sends it to a language model via OpenRouter, and returns the sentiment classification. Stack: n8n, OpenRouter as the LLM gateway. Deploy by importing the JSON template into any n8n instance, self-hosted or cloud. The direction is inbound text classification — not text generation or rewriting (see other OpenRouter-based templates in the catalog for that). This tool does not constitute financial advice and makes no trading decisions; all conclusions and risks remain with the user. Best suited for webhook-driven sentiment tasks; not designed for batch processing without an HTTP trigger.