Microsoft Outlook · Arazzo Workflow
Microsoft Outlook Reorganize Folder
Version 1.0.0
Create a destination folder, find a source folder by name, and move it under the destination.
View Spec
View on GitHub
CalendarContactsEmailEnterpriseMicrosoftOffice 365ProductivityArazzoWorkflows
Provider
Workflows
reorganize-folder
Create a parent folder, find a folder by name, and move it under the parent.
Creates a destination parent folder, finds a source folder by display name, and moves the source folder beneath the destination.
1
createDestination
createMailFolder
Create the destination parent folder in the root of the mailbox and capture its folder id.
2
findSource
listMailFolders
Search the top-level mail folders for the first folder whose display name matches the supplied source folder name.
3
moveFolder
moveMailFolder
Move the source folder beneath the destination folder by passing the destination folder id. Graph returns 200 with the moved folder.