Alerts settings
From Alerts settings page you can see:
SMTP settings:
SMTP host – host of your email server
SMTP port – port of your email server
From email – email that will send out reports
Password – password for email if authentication is needed (Enable password field by clicking on the key)
Subject – email subject title
Webhooks:
Name - Webhook name
Url - Webhook URL
Adding webhooks
Name – Webhook identifier name
Url – Webhook URL
Body – JSON body for the webhook, which will be executed with POST request. Supported parameters are:
$\{name\} - Test suite/object name
$\{connection\} - Connection name
$\{passed\} - Passed percentage
$\{failed\} - Failed percentage
$\{error\} - Error percentage
$\{url\} - Link to failed test suite/object
Editing webhooks
Click on webhook you want to edit
Refer to Adding webhooks.