Microsoft Exchange · Arazzo Workflow
Microsoft Exchange Compose, Attach, and Send Mail
Version 1.0.0
Create a draft message, add a file attachment to it, then send the draft.
Provider
Workflows
compose-attach-send-mail
Draft a message, attach a file, and send it via Microsoft Graph.
Creates a draft message with subject, body, and recipients, adds a single file attachment to the draft, and submits the draft for delivery.
1
createDraft
Create a draft message in the Drafts folder with a subject, HTML body, and a single To recipient.
2
addAttachment
Attach a base64-encoded file to the draft message using the fileAttachment OData type.
3
sendDraft
Send the prepared draft message. Microsoft Graph accepts the request for delivery and saves the message in 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.