Thanks to visit codestin.com
Credit goes to openflows.dev

- Get Started

Notifications Reference

A quick reference for OpenFlows notifications: the channels, what they carry, and how they behave.

Channels

ChannelConnectionTypical use
SlackWebhook URLTeam chat / operations channel
DiscordWebhook URLTeam chat / operations channel
WhatsAppCredentials and phone numbersOn-call / urgent reach

Any combination can be enabled; each channel is configured independently. See the Wiring Notifications guide to set them up.

What notifications carry

An escalation notification includes:

Behavior guarantees

PropertyWhat it means
ActionableIncludes enough context and links to jump in and decide.
Rate-limitedAt most one notification per channel per ticket within a window — no floods.
SafeFire-and-forget: a failing channel is logged and never breaks the orchestration loop.
Not the only surfaceEscalations always also appear in the control panel, so nothing is lost.

What they are for

Notifications exist to surface human escalations promptly. They are not a general event stream — the team’s routine progress is visible in the control panel, and you’re only pinged when the team needs your judgment.

Related