Microsoft Exchange · Arazzo Workflow
Microsoft Exchange Triage and Move a Message
Version 1.0.0
Find the newest unread inbox message, read it, mark it read, and file it.
Provider
Workflows
triage-and-move-message
Read the newest unread inbox message, flag it read, and move it.
Lists the most recent unread message in the inbox, retrieves it, updates its isRead flag, and relocates it to the supplied destination folder.
1
listUnread
listMailFolderMessages
List the single most recent unread message in the Inbox, ordered by received date descending.
2
getMessage
getMessage
Retrieve the full message, selecting the subject, sender, and body preview for review.
3
markRead
updateMessage
Mark the message as read by patching its isRead property to true.
4
moveMessage
moveMessage
Move the now-read message into the destination folder. Graph returns the new copy of the message in that folder.