Video Quality Monitoring - Notifications¶
When running the video quality monitoring with Suitest, you can configure various notification channels to get immediate information about any video quality issue.
On the monitoring log page, click on Configure notifications in the top-right corner. A notifications modal opens.
Email¶
Under the email section, you can select any user inside your Suitest organization to receive email notifications about the quality issues.
Webhook¶
Under the webhook section, you can insert your webhook URL and send testing data to it. Once you save the changes, we will start sending the notifications to the defined URL.
Data format:
{
"deviceId": "unique identifier of testing device in Suitest",
"deviceName": "name of the testing device in Suitest",
"duration": "in miliseconds",
"start": "detection start time as a timestamp",
"end": "detection end time as a timestamp",
"eventId": "unique identifier of the event",
"eventType": "Connection Lost/Black Screen/Frozen Screen/Blockiness/Bluriness/Low Quality",
"link": "URL link to the modal"
}