Microsoft Office · Arazzo Workflow
Microsoft Office Triage Inbox Messages and Respond
Version 1.0.0
List filtered inbox messages, read the top match in full, and send a reply.
Provider
Workflows
mail-triage-and-respond
Find a message matching a filter, read it, and reply to the sender.
Selects candidate messages with an OData filter, branches on whether anything matched, retrieves the full message, and sends a reply to the original sender's address.
1
findMessages
listMyMessages
List the signed-in user's messages narrowed by the supplied OData filter, ordered so the highest-priority message to triage lands first.
2
readMessage
getMyMessage
Retrieve the full message by id to obtain the sender address and the complete body needed to compose an informed reply.
3
sendReply
sendMyMail
Send a reply as the signed-in user, addressed to the original sender and saved to the Sent Items folder for an auditable trail.