// AI NODES

Sentiment Analysis Node

1 min read Updated July 23, 2026

The Sentiment Analysis node (AI Sentiment Analysis) reads a piece of text and returns a sentiment classification, such as positive, negative, or neutral.

When to use it

Use it to gauge the tone of feedback, reviews, or support messages, then branch on the result. It pairs naturally with a Condition Node so your workflow can respond differently to happy and unhappy messages.

Configuration

  • Content: the text to analyze. Insert upstream data with variable tags.

Example

[Input from trigger-1]

Analyze an incoming form message, then wire the output into a Condition node that checks whether it is negative before escalating. Reference the result as [Input from sentimentAnalysis-1]. See Data Flow and Variable Handling.

Local, Cloud, and credits

Runs in both Local vs Cloud execution modes. Costs 1 credit per run in Cloud mode; Local mode uses your own key.

Was this helpful? Contact us