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
List messages in the well-known inbox folder ordered by received date descending, returning the most recent message first.
2
3
markReadAndCategorize
Patch the message to mark it as read and apply the supplied category. Returns the updated message object.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.