Microsoft Office 365 · Arazzo Workflow
Microsoft Office 365 Update Draft and Send
Version 1.0.0
Create a draft, patch its subject and body, then send the updated message.
Provider
Workflows
update-draft-and-send
Draft, revise, and send a message in one chain.
Creates a draft via POST /me/messages (201), updates it via PATCH /me/messages/{message-id} (200), then sends via POST /me/sendMail (202).
1
createDraft
createMessage
Create an initial draft message with a placeholder subject.
2
reviseDraft
updateMessage
Patch the draft to apply the final subject and body. The update returns the revised message object.
3
sendMail
sendMail
Send a message carrying the revised subject and body. Returns 202.