Documentation Index
Fetch the complete documentation index at: https://docs.neoagent.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Analyze customer sentiment in tickets, alert management on negative cases, and send a weekly summary report.
Workflow 1: Analyze and store sentiment
Create a triggered workflow
Run on ticket creation and when customers reply.
Analyze sentiment
Use the Analyze Customer Sentiment action. Save the result and reasoning so you can use it later.
Update ticket fields
Store the sentiment and reasoning on the ticket for reporting and follow-up.
Workflow 2: Alert on negative sentiment
Create a triggered workflow
Run after Workflow 1 finishes.
Filter for negative cases
Only continue when sentiment is Negative.
Build alert message
Create a concise internal alert with ticket number, company, contact, and reasoning details.
Notify management
Send via Teams or Email.
Workflow 3: Weekly summary
Create a scheduled workflow
Run every Monday at 9 AM.
Filter recent negatives
Find tickets with Negative sentiment closed in the last 7 days.
Create report
Generate a table grouped by resource with counts and ticket links.
Email the report
Send to management.