Microsoft Outlook · Arazzo Workflow
Microsoft Outlook File Message into New Folder
Version 1.0.0
Create a mail folder, find a matching message, and move it into the folder.
View Spec
View on GitHub
CalendarContactsEmailEnterpriseMicrosoftOffice 365ProductivityArazzoWorkflows
Provider
Workflows
file-message-into-new-folder
Create a folder, locate a message, and move the message into it.
Creates a new mail folder, finds the first message whose subject matches the supplied filter, and moves that message into the new folder.
1
createFolder
createMailFolder
Create a new top-level mail folder in the root of the mailbox and capture its folder id for use as a move destination.
2
findMessage
listMessages
Search the mailbox for the first message whose subject equals the supplied filter value.
3
moveMessage
moveMessage
Move the matched message into the new folder by passing the folder id as the destination. Graph returns 201 with the moved message copy.