Microsoft Outlook · Arazzo Workflow
Microsoft Outlook Compose, Attach, and Send
Version 1.0.0
Create a draft message, attach a file to it, and send the finished draft.
View Spec
View on GitHub
CalendarContactsEmailEnterpriseMicrosoftOffice 365ProductivityArazzoWorkflows
Provider
Workflows
compose-attach-send
Draft a message, attach a file, then send it in one chained flow.
Creates a draft message, adds a file attachment under 3 MB to the draft, and sends the completed draft. The message id returned by the draft creation is reused for both the attachment and the send.
1
createDraft
Create a draft message with the supplied subject, body, and recipient. The draft is saved in the Drafts folder and returns its message id.
2
attachFile
Add a file attachment to the draft message using the message id returned by the draft creation step.
3
sendDraft
Send the completed draft. Graph returns 202 Accepted and the message is queued for delivery and saved to Sent Items.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.