Microsoft Word · Arazzo Workflow
Microsoft Word Upload and Share Document
Version 1.0.0
Upload a Word document to OneDrive, confirm its metadata, and generate an organization sharing link.
Provider
Workflows
upload-and-share-document
Upload a Word document and produce a shareable edit link.
Uploads file content to a drive item, retrieves the resulting metadata, and creates an organization-scoped edit link for the uploaded document.
1
uploadDocument
uploadContent
Upload the Word document bytes into the target drive item. Graph returns 200 when replacing existing content or 201 when creating a new file.
2
getItem
getDriveItem
Read back the stored drive item to confirm the upload landed with the expected name, size, and file facet.
3
createLink
createSharingLink
Create an organization-scoped edit sharing link for the uploaded document. Graph returns 201 when a new link is created.