Microsoft Outlook · Arazzo Workflow
Microsoft Outlook Build Folder Tree and Seed Draft
Version 1.0.0
Create a parent folder, a child subfolder, and a seed draft inside the child.
View Spec
View on GitHub
CalendarContactsEmailEnterpriseMicrosoftOffice 365ProductivityArazzoWorkflows
Provider
Workflows
build-folder-tree-and-seed-draft
Create a parent folder, a child folder, and a draft inside the child.
Creates a parent mail folder, creates a child subfolder under it, and creates a seed draft message in the child folder.
1
createParent
createMailFolder
Create the parent mail folder in the root of the mailbox and capture its folder id.
2
createChild
createChildFolder
Create a child subfolder under the parent folder using the parent folder id, and capture the child folder id.
3
seedDraft
createMessageInFolder
Create a seed draft message inside the child folder using the child folder id. Graph returns 201 with the new draft.