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
createDraftMessage
Create a draft message in the Drafts folder with a subject, HTML body, and a single To recipient.
2
addAttachment
addMessageAttachment
Attach a base64-encoded file to the draft message using the fileAttachment OData type.
3
sendDraft
sendDraftMessage
Send the prepared draft message. Microsoft Graph accepts the request for delivery and saves the message in Sent Items.