Skip to main content
All CollectionsBuild AutomationsWorkflows
Get Notifications for Failed Workflows
Get Notifications for Failed Workflows

Learn how to set up notifications for failed workflows, enabling quick identification and resolution of automation issues.

Updated over a week ago

If a published workflow fails, the issue must be identified and fixed quickly. There are several options to receive a notification upon such a failure.

Workflow failure notifications are on the workflow level, and the notification method and recipient(s) must be set for each separate workflow. Alternatively, you can set a global System Event alert upon published workflow failure.

Email & Webhook Notifications

  1. Go to the Workflows page.

  2. Click the three-dot menu button.

  3. Select Manage notifications.

  4. For an email notification, enter an external email address or select an organizational email from the dropdown list. The email will include the following information about the execution:

    1. Workspace name

    2. Workflow name

    3. The entity that triggered the workflow

    4. Event ID

    5. Date and time the workflow failed

    6. Step on which the workflow failed

  5. Both Torq and external webhooks are supported. You can use authentication headers as needed. The webhook will receive a JSON event containing the failure information.

Slack Notifications

You can send DMs and messages to channels via Slack integration email addresses.

To attach an email address to a DM or channel, follow these steps in Slack.

  1. Right-click the DM or channel you want to message and select View conversation details or View channel details.

  2. Go to the Integrations tab.

  3. Click Send emails to this channel or Send emails to this conversation.

  4. Copy the email address.

  5. Return to Torq and follow the above steps to add the email to the failure notifications. The email will then be sent to the Slack channel.

Did this answer your question?