Alerts
Receive alerts through Slack or an incoming webhook when your Workflow fails
Last updated
Receive alerts through Slack or an incoming webhook when your Workflow fails
Last updated
What are Alerts?
Alerts allow you to receive notifications in Slack or through an incoming webhook when your Workflow returns an error.
When an alert containing a Slack action is triggered, the Slack action sends a message to the selected channel including the Workflow name, error message, and a link to the execution:
When an alert containing a Webhook action is triggered, the Webhook action sends a POST request to the selected url, with a JSON body containing metadata about the errored execution, such as Workflow, Execution id, error message, and more:
To create an alert, follow these steps:
Publish your Workflow in order to create an alert
Click Monitor > Alerts
Click Add Alert
Name your alert
Choose the Workflows you want to be notified about
Choose how you want to be notified:
To receive the alert through an incoming Webhook: click Add Action > Webhook and provide the URL where you will receive a POST request with the data of the error
To receive the alert through Slack: click on Add Action > Slack and select the Slack channel where you want to receive notifications