Notification Methods
Notification Methods
You can configure alert notifications to be sent via email, Slack, and custom webhooks. So, you will be notified via the chosen notification method when an alert is triggered. When the conditions that triggered the alert have been resolved, or when an alert has been edited or deleted, the system closes the alert and sends a subsequent notification to inform you of the resolution.
How to Configure Webhooks
Home > Digital Experience Management > Alerts > Alert Configuration > Webhook
Webhooks provide a simple and effective way for applications to communicate responses to each other. You can configure new webhooks, edit existing webhooks, and delete webhooks.
How to Configure a New Webhook for Slack
You can configure a Slack webhook by doing the following:
- Click the Webhook button on the Alert Configurations page.
- The “Webhooks” window will open.
- Click the New Webhook button.
- The “New Webhook” window will open.
- Enter a webhook name.
- Select Slack in the Webhook Provider section.
- Enter a webhook URL in the URL field.
- All notifications are sent as JSON payloads. You can use the JSON Preview section to preview the structure of the JSON payload. You can not edit the payload structure.
- Enter an email address in the email field. If this webhook fails, an Email notification will be sent to the email address with the reason of failure.
- Click the Send Test Notification button to launch the test notification.
- Click the Save button.
How to Configure a Custom Webhook
You can configure a custom webhook by doing the following:
- Click the Webhook button on the Alert Configurations page.
- The “Webhooks” window will open.
- Click the New Webhook button.
- The “New Webhook” window will open.
- Enter a webhook name.
- Select Custom in the Webhook Provider section.
- Enter a webhook URL in the URL field.
- You have the option to use the Custom Header section to define the key/value pairs that you want to include in the HTTP request headers during the webhook configuration process. These custom headers will then be automatically added to every request that is sent to your specified endpoint. This ensures that each request is handled according to your specific requirements.
- Use the JSON Preview section to…
- Enter an email address in the email field. If this Webhook fails, an Email notification will be sent to the email address with the reason of failure.
- Click the Send Test Notification button to launch the test notification.
- Click the Save button.
How to View an Existing Webhook
You can view an existing webhook by doing the following:
- Go to Digital Experience Management > Alerts > Alert Configuration > Webhooks.
- The “Webhooks” window will open.
- A list of existing webhooks will be displayed in the window.
How to Edit an Existing Webhook
You can edit an existing webhook by doing the following:
- Click the Webhook button on the Alert Configurations page.
- The Webhooks window will open.
- Click the ellipsis icon for the webhook row that you want to edit. You may need to use the horizontal scroll bar to view this icon.
- Select Edit.
- The “Edit Webhook” window will open.
- Make your editing selections.
- Click the Send Test Notification button.
- Click the Save button.
How to Delete a Webhook
You can delete a webhook by doing the following:
- Click the Webhook button on the Alert Configurations page.
- The Webhooks window will open.
- Click the ellipsis icon for the webhook row that you want to edit. You may need to use the horizontal scroll bar to view this icon.
- Select Delete.
- The confirmation window to delete the webhook will open.
- Click Delete to delete the webhook.