Webhook and Email Notifications
You can use Webhooks or emails to notify users about reports.
You have 2 options for notifying users when a report is done or has failed:
- Email: Send a notification email to a user.
- Webhook: You can set up Webhooks to trigger a notification.
To enable these features, open the Email and Webhook Notifications UI:
Email Notifications
You can send notifications to your preferred email address. To enable it, click the Deliver email notifications to checkbox and enter the address.
You can also choose when you want notifications to be sent using the following checkboxes:
Checkbox | Description |
---|---|
Report Done | If selected, users will be notified when a report is done. |
Report Failed | If selected, users will be notified when a report fails. |
Webhooks
Webhooks can be set up to deliver information to a custom URL. To enable them, click the Deliver notifications to custom HTTP endpoints checkbox.
Specify your endpoint URL in the HTTP Endpoint URL field.
You can also choose when you want notifications to be sent using the following checkboxes:
Checkbox | Description |
---|---|
Report Done | If selected, the webhook is triggered when a report is done. |
Report Failed | If selected, he webhook is triggered when a report fails. |
Updated 3 days ago