Skip to content

Notifications

notify:
time_zone: "Asia/Tokyo"
slack:
webhook_url: ${OBSERN_SLACK_WEBHOOK_URL}
discord:
webhook_url: ${OBSERN_DISCORD_WEBHOOK_URL}

Set each webhook_url to the webhook URL for the provider you want to use. You can configure either one or both.

  • Notifications are sent when a job reaches a terminal state.
  • Slack and Discord notifications include the command, tags, start and end times, and trailing log lines.
  • If notify.time_zone is set, timestamps are rendered in that time zone.

Success

Slack success notification example

Canceled

Slack canceled notification example

Failure

Slack failure notification example