Microsoft Outlook · Arazzo Workflow
Microsoft Outlook Reply Draft with Attachment
Version 1.0.0
Create a reply draft for a message, attach a file, and send the reply.
View Spec
View on GitHub
CalendarContactsEmailEnterpriseMicrosoftOffice 365ProductivityArazzoWorkflows
Provider
Workflows
reply-draft-with-attachment
Stage a reply draft, attach a file to it, then send the reply.
Creates a reply draft for the supplied message, adds a file attachment to the draft, and sends the completed reply draft.
1
createReply
createReplyDraft
Create a draft reply to the source message. The draft is saved in the Drafts folder and returns its own message id.
2
attachFile
addAttachment
Add a file attachment to the reply draft using the draft message id returned by the previous step.
3
sendReply
sendDraftMessage
Send the completed reply draft. Graph returns 202 Accepted and saves the reply to Sent Items.