Skip to content

Commit e7db5e5

Browse files
Create README.md
This Readme introduces an Emotion-Aware Ticket Prioritizer for ServiceNow -an AI-inspired solution that detects user emotions (like frustration or satisfaction) from ticket text and automatically adjusts priority, routing, and responses. It combines sentiment analysis with workflow automation to make ServiceNow more empathetic, intelligent, and user-focused.
1 parent 880ece8 commit e7db5e5

File tree

1 file changed

+16
-0
lines changed
  • Server-Side Components/Script Includes/Emotion-Aware

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### Overview
2+
The **Emotion-Aware Ticket Prioritizer** is an AI-driven innovation for ServiceNow that automatically analyzes the tone and emotion of user-submitted tickets (Incidents, HR Cases, etc.) to determine the urgency and emotional state of the user.
3+
If frustration or urgency is detected, the system dynamically increases the **priority**, adds contextual **work notes**, and routes the ticket to the right team — ensuring faster resolution and better user experience.
4+
5+
---
6+
7+
## How It Works
8+
1. When a ticket is created, a **Business Rule** triggers a **Script Include** (`EmotionAnalyzer`).
9+
2. The Script Include analyzes the short description and description text.
10+
3. It detects emotional tone — *positive*, *neutral*, or *negative*.
11+
4. Based on sentiment, the system:
12+
- Adjusts **priority** automatically
13+
- Adds a **work note** with detected emotion
14+
- Optionally, notifies the support team for urgent or frustrated cases
15+
16+
---

0 commit comments

Comments
 (0)