Microsoft Outlook · Arazzo Workflow
Microsoft Outlook Large Attachment Upload Session
Version 1.0.0
Draft a message and open an upload session for a large (3-150 MB) attachment.
View Spec
View on GitHub
CalendarContactsEmailEnterpriseMicrosoftOffice 365ProductivityArazzoWorkflows
Provider
Workflows
large-attachment-upload-session
Create a draft, then open an upload session for a large attachment.
Creates a draft message and opens an upload session for a large file attachment, returning the uploadUrl and expiration for chunked upload.
1
createDraft
createDraftMessage
Create a draft message to attach the large file to, and capture its message id.
2
openUploadSession
createAttachmentUploadSession
Open an upload session against the draft for the large attachment. Graph returns 201 with the uploadUrl the caller PUTs byte ranges to.