Zendesk · Arazzo Workflow
Zendesk Upsert User by Email
Version 1.0.0
Find a user by email and update them if found, otherwise create a new user.
Provider
Workflows
upsert-user-by-email
Upsert a Zendesk end user keyed on email address.
Searches for an existing user by email and either updates the matched user or creates a new one.
1
findUser
SearchUsers
Search for an existing user whose properties match the email.
2
updateExisting
UpdateUser
Update the matched user with the supplied fields.
3
createNew
CreateUser
Create a new end user when no existing user matched the email.