Email Urgency Scoring API
# Email Urgency Scoring API Analyze incoming emails and receive structured insights for automated workflows. ## Features - Urgency scoring - Priority classification - Email categorization - Sentiment analysis - Suggested routing - JSON responses - Fast REST API - Suitable for support desks, CRMs, helpdesks, and automation platforms ## Example Use Cases - Prioritize customer support emails -…
Email Urgency Scoring API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Score Email /v1/emails/score |
Score a single email for urgency (1-10) and category (Critical / Needs Attention / Low Priority) |
| POST |
Score Email Batch /v1/emails/score/batch |
Score up to 100 emails in a single call. Use this instead of looping the single-email endpoint. |
| GET |
Get Rules /v1/emails/rules |
View the current trigger-word dictionary and VIP sender list for your account. |
| PUT |
Update Rules /v1/emails/rules |
Add or remove custom trigger words (with urgency weights) and VIP senders for your account. Custom triggers merge with the built-in defaults. |
| GET |
Get Email History /v1/emails/history |
Retrieve previously scored emails for your account, most recent first. Use the limit param to control how many results come back (max 500). |
Email Urgency Scoring API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $8.9 / month | 10 / second |
|
| ULTRA | $29.99 / month | 20 / second |
|
| MEGA | $79.99 / month | 50 / second |
|