Data Observability platform Help

Alerts settings

Alerts

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

CustomWebhook
  • Name – Webhook identifier name

  • Url – Webhook URL

  • Body – JSON body for the webhook, which will be executed with POST request.

Parameters:

  • ${name} - Test suite/object name

  • ${connection} - Connection name

  • ${passed} - Passed percentage

  • ${failed} - Failed percentage

  • ${error} - Error percentage

  • ${url} - Link to failed test suite/object

  • ${test_cases} - List of all test cases with results, ordered by status (failed first, max 10 test cases). Each test case includes:

    • ${description} - Test case description

    • ${status} - Execution status

    • ${expected_result} - Expected result value

    • ${result} - Actual result value

    • ${execution_time} - Execution duration

    • ${previous_result} - Previous execution result

    • ${labels} - Test case labels

  • ${/test_cases} - Close test cases tag

Editing webhooks

  1. Click on webhook you want to edit

  2. Refer to Adding webhooks.

02 March 2026