Microsoft Outlook · Arazzo Workflow
Microsoft Outlook Review Folder and Mark Read
Version 1.0.0
Open a mail folder, list its unread messages, and mark the top one as read.
View Spec
View on GitHub
CalendarContactsEmailEnterpriseMicrosoftOffice 365ProductivityArazzoWorkflows
Provider
Workflows
review-folder-and-mark-read
Read a folder, list its unread messages, and mark the top one read.
Reads a mail folder, lists the unread messages in it, and marks the first unread message as read.
1
openFolder
getMailFolder
Read the target mail folder to confirm it exists and capture its unread item count.
2
listUnread
listMessagesInFolder
List the unread messages in the folder ordered by received date, capturing the id of the most recent unread message.
3
markRead
updateMessage
Patch the most recent unread message to set isRead to true. Graph returns 200 with the updated message.