Connect a Slack incoming webhook once and any notify step in any flow can post to it. Most teams start here, and most teams stay here, because the alert lands where the conversation about it is going to happen anyway.
A channel alert reaches the whole team at once, which is what you want for awareness even when only one person will act.
The alert and the conversation about it end up in the same place, so nobody has to reconstruct what happened from three tools.
Post to Slack immediately, then escalate to something louder if the outage is still going a few minutes later.
Point routine notices at a general channel and real outages at a dedicated incident channel, decided per flow.
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.