Microsoft Office · Arazzo Workflow
Microsoft Office Escalate an Inbox Message to a Teams Channel
Version 1.0.0
Match an inbox message against a filter, read it in full, and raise it as a Teams channel alert.
Provider
Workflows
mail-to-teams-alert
Turn a filtered inbox message into a Teams channel alert.
Lists messages matching an escalation filter, branches to a quiet end when the inbox is clear, retrieves the full message, and posts an alert into the target Teams channel.
1
findEscalations
listMyMessages
List messages matching the escalation filter, newest first, so the most recent item needing attention is evaluated ahead of older mail.
2
readMessage
getMyMessage
Retrieve the matched message in full so the alert carries the real sender address and body preview rather than an id alone.
3
postAlert
sendChannelMessage
Post the alert into the Teams channel so the message is visible to the whole responding team rather than sitting in one person's inbox.