Skip to main content

Alerting setup

notes from academy

https://academy.tray.io/tray-build-practitioner-i/kfVai5MR5jdVwknL8JQ3XT/alerting-workflow/nnmarfrgSHucBj6jWU9gZX

Best practices related to alerting workflows

  1. Set up an alerting workflow as soon as possible (use one of our Templates)
  2. Assign this alerting workflow at the INSTANCE level (covered in the next lesson)
    • this guarantees you have coverage
    • if this creates too much noise and you need to remove it you can rely on the Insights Hub to review your errors across your instance

Use environmental variables in your alerting workflows to make navigating back to the workflow where the error occurred fast and efficient.

You can use interpolation mode / to access these environmental variables.

e.g. {$.env.execution_log_url} populates a link directly to the logs for the execution that failed

Embedded alerting setup