Microsoft Office 365 · Arazzo Workflow
Microsoft Office 365 Draft and Send Mail
Version 1.0.0
Create a draft message, read it back, then send it from the mailbox.
Provider
Workflows
draft-and-send-mail
Draft a message, verify it, then send mail to a recipient.
Creates a draft via POST /me/messages (201), reads it via GET /me/messages/{message-id} (200), then sends mail via POST /me/sendMail (202).
1
createDraft
Create a draft message in the signed-in user's Drafts folder with the supplied subject, body, and recipient.
2
3
sendMail
Send an equivalent message to the recipient and save a copy to Sent Items. Returns 202 Accepted as delivery is queued asynchronously.
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.