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
createMessage
Create a draft message in the signed-in user's Drafts folder with the supplied subject, body, and recipient.
2
reviewDraft
getMessage
Read the draft back by id to confirm its content before sending.
3
sendMail
sendMail
Send an equivalent message to the recipient and save a copy to Sent Items. Returns 202 Accepted as delivery is queued asynchronously.