08 / 13Slack
Escalate the urgent ones
Add an If node on the needs_reply branch checking equals high, and hang a Slack node off the true output. Include the model's summary so the alert is readable at a glance.
4 things to set here- 1Open the Slack node — double-click it on the canvas
- 2Channel — copy the value below
- 3Message Text — paste as an expression
- 4Check before moving on — An email you consider urgent produces a Slack message.
Channel
#inbox-urgent
Message Textexpression
🔴 *{{ $json.subject }}*
{{ $json.summary }}Checkpoint
An email you consider urgent produces a Slack message.