Let AI triage your inbox for you

Step 8 of 13

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.

The n8n panel for: Escalate the urgent ones4 things to set here
  1. 1Open the Slack nodedouble-click it on the canvas
  2. 2Channelcopy the value below
  3. 3Message Textpaste as an expression
  4. 4Check before moving onAn email you consider urgent produces a Slack message.
Slack panel in n8nTap to enlarge
Channel
#inbox-urgent
Message Textexpression
🔴 *{{ $json.subject }}*
{{ $json.summary }}
Checkpoint
An email you consider urgent produces a Slack message.