Microsoft Exchange · Arazzo Workflow
Microsoft Exchange Upsert a Contact
Version 1.0.0
Find a contact by email and update it if it exists, otherwise create it.
Provider
Workflows
upsert-contact
Upsert a contact in the default contacts folder by email address.
Looks for an existing contact whose email matches the supplied value and either updates the matched contact or creates a new one.
1
findContact
listContacts
Search the default contacts folder for a contact whose email address equals the supplied value, returning at most one match.
2
updateExisting
updateContact
Patch the matched contact with the supplied name and company values.
3
createNew
createContact
Create a new contact with the supplied name, company, and email address when no existing contact matched.