Skip to main content
Alerts send you notifications when specific conditions are met, such as low scores or red flags. Get notified via email or webhook in real-time.

Tabs

  • Alerts - Configure alert rules
  • History - View past alert triggers

Creating an Alert

  1. Click Create Alert
  2. Enter an Alert Name (e.g., “Low Score Notification”)
  3. Choose the Alert Type:
    • Email - Sends an email notification
    • Webhook - Sends an HTTP POST request to your URL
  4. Enter the Contact Information (email address or webhook URL)
  5. Select Content Types to monitor (Calls, Documents, or both)
  6. Choose an Alert Trigger:
    • Score-based - Triggers when score falls below your threshold
    • Red Flag - Triggers when any red flag is detected
    • Completion - Triggers when processing completes (webhook only)
  7. If score-based, set the Score Threshold using the slider
  8. Click Create

Alert Triggers Explained

TriggerWhen It Fires
Score-basedWhen a call/document scores at or below your threshold
Red FlagWhen any configured red flag is detected
CompletionWhen any call/document finishes processing (useful for integrations)

Webhook Alerts

When using webhooks, EmberQA sends a POST request to your URL with JSON data including:
  • Call/document ID and filename
  • Agent name
  • Score and score breakdown
  • Red flag details (if applicable)
  • Timestamp
Click the info icon next to the webhook URL field to view full documentation with example payloads.

Managing Alerts

The Alerts tab lists all configured alerts. For each alert you can:
  • Edit - Modify the conditions or settings
  • Delete - Remove the alert

Alert History

The History tab shows when alerts have triggered, including:
ColumnDescription
Alert NameWhich alert was triggered
TypeEmail or Webhook
Content TypeCall, Document, or Workflow
Trigger ReasonWhy the alert fired (score, red flag, etc.)
RecipientWhere the alert was sent
DateWhen it happened
Click any row to see the full payload that was sent.