Zendesk · Arazzo Workflow
Zendesk Upsert Organization by Name
Version 1.0.0
Find an organization by exact name and update it if found, otherwise create it.
Provider
Workflows
upsert-organization-by-name
Upsert a Zendesk organization keyed on its unique name.
Searches for an existing organization by name and either updates the matched organization or creates a new one.
1
findOrganization
SearchOrganizations
Search for an organization whose name exactly matches the input.
2
updateExisting
UpdateOrganization
Update the matched organization with the supplied fields.
3
createNew
CreateOrganization
Create a new organization when no existing one matched the name.