Alerts send notifications when specific conditions are met, such as low scores, red flags, or processing completion. Get notified via email, SMS, or webhook depending on the alert type.Documentation Index
Fetch the complete documentation index at: https://docs.emberqa.com/llms.txt
Use this file to discover all available pages before exploring further.
Decide What Should Trigger a Notification
Create an alert when someone needs to know about an event without checking the app manually. Common alerts include:- A call or document scored below a threshold
- A red flag was detected
- Processing finished and another system needs the result
Creating an Alert
- Click Create Alert
- Enter an Alert Name (e.g., “Low Score Notification”)
- Select the owning Team
- Choose the Alert Type:
- Email - Sends an email notification
- SMS - Sends an SMS notification when available
- Webhook - Sends an HTTP POST request to your URL
- Enter the Contact Information (email address, phone number, or webhook URL)
- Select Content Types to monitor
- 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)
- If score-based, set the Score Threshold using the slider
- Click Create
Send Results to Another System
Use webhook alerts when another system should receive updates automatically. EmberQA sends a POST request to your URL with details such as:- Call/document ID and filename
- Agent name
- Score and score breakdown
- Red flag details (if applicable)
- Timestamp
webhook_id that can be used for idempotency.

