Connect a Discord webhook once and any notify step can post to that channel. Popular with smaller teams and communities running their own infrastructure, where Discord is already the place everyone is.
If your team coordinates in Discord, an alert there is seen faster than one in a tool nobody has open.
A channel webhook takes a minute to create and costs nothing, which makes it an easy first destination.
Open source and community-run infrastructure often has Discord as its only shared space, and this fits that directly.
Use Discord for awareness and add SMS or a phone call for the alerts that genuinely need to wake someone.
The connection decides where an alert goes. These settings decide how often it goes there.
The default. The step fires once and resets on recovery, so a long outage does not turn into a wall of messages.
Switch the step to fire on every matching check when you want a continuous signal instead of a single alert.
Fifteen minutes by default, so a monitor bouncing down and up will not re-send inside that window.
Write the message with placeholders such as flow, state, detail and duration so the alert carries context.
Put the step behind set hours and days if it is informational, and leave the critical path ungated.
Add a Repeat alert block before the step to keep sending on an interval while the monitor stays down.
Add the connection, send a test, and draw a line to it from your first monitor.