Microsoft Exchange · Arazzo Workflow
Microsoft Exchange Organize a Contacts Folder
Version 1.0.0
Create a contact folder, add a contact to it, and read the contact back.
Provider
Workflows
organize-contacts-folder
Create a contact folder and add a contact into it.
Creates a named contact folder, creates a contact within it, and fetches the contact to verify creation.
1
createFolder
createContactFolder
Create a new contact folder with the supplied display name.
2
addContact
createContactInFolder
Create a contact with name and email directly inside the new contact folder.
3
confirmContact
getContact
Read the contact back to confirm it persisted in the new folder.