Microsoft Outlook · Arazzo Workflow
Microsoft Outlook Draft, Refine, and Send
Version 1.0.0
Create a draft, refine its body and importance, then send the polished draft.
View Spec
View on GitHub
CalendarContactsEmailEnterpriseMicrosoftOffice 365ProductivityArazzoWorkflows
Provider
Workflows
draft-refine-send
Create a draft, update its body and importance, then send it.
Creates a draft message, patches it with refined body content and an importance level, and sends the finished draft.
1
createDraft
createDraftMessage
Create a draft message with the subject and recipient. The body is filled in by the refine step.
2
refineDraft
updateMessage
Patch the draft to set the refined body content and importance level. Graph returns 200 with the updated draft.
3
sendDraft
sendDraftMessage
Send the refined draft. Graph returns 202 Accepted and saves the message to Sent Items.