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. 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

  1. Click on webhook you want to edit

  2. Refer to Adding webhooks.

Last modified: 22 July 2024