Sentiment Analyzer Agent

Notice: This agent is not currently registered as a standalone action in the platform. The functionality described may be available through the Custom Agent with appropriate prompt configuration.

The Sentiment Analyzer agent performs detailed sentiment classification with nuance and sub-category detection. Unlike the simpler Feedback Sentiment Analyzer, it provides granular sentiment labels and can detect multiple sentiment dimensions in a single input.

Use Cases

  • You need fine-grained sentiment analysis beyond positive/negative.
  • Your workflow branches based on specific emotional tones in customer communications.
  • You want to track customer sentiment trends across interactions.

Inputs

InputTypeDescription
textTextThe text to analyze for sentiment.
contextText(Optional) Additional context for more accurate analysis.

Outputs

OutputTypeDescription
sentimentTextThe primary sentiment label (positive, negative, neutral, mixed).
sub_sentimentsJSONDetailed sub-categories with confidence scores.

Configurations

ParameterDescriptionDefault
categoriesCustom sentiment categories to classify into.Default set (positive, negative, neutral, mixed)
instructionsAdditional analysis guidance.None

How to Use This Agent

ticket_trigger -> convert_to_text -> sentiment_analyzer
 -> [frustrated/urgent] -> human_collaboration("Priority escalation") -> workflow_output
 -> [positive/neutral] -> knowledge_search -> respond -> workflow_output

Last updated: Jul 3, 2026