Microsoft Office 365 · Arazzo Workflow
Microsoft Office 365 Triage Inbox Message
Version 1.0.0
Read the latest inbox message, then mark it as read and categorize it.
Provider
Workflows
triage-inbox-message
Pull the newest inbox message and mark it read with a category.
Lists inbox messages newest-first via GET /me/mailFolders/{mailFolder-id}/messages (200), reads the top message via GET /me/messages/{message-id} (200), then patches it via PATCH /me/messages/{message-id} (200).
1
listInbox
listMailFolderMessages
List messages in the well-known inbox folder ordered by received date descending, returning the most recent message first.
2
readMessage
getMessage
Fetch the latest message by id to retrieve its full content.
3
markReadAndCategorize
updateMessage
Patch the message to mark it as read and apply the supplied category. Returns the updated message object.