User created/updated Trigger | The place for Zendesk users to come together and share
Skip to main content
Accepted

User created/updated Trigger

Related products:Support
  • June 15, 2021
  • 8 replies
  • 5 views

We need to have a trigger that fires upon User creation or User update for many workflows. Having this would allow for excellent solutions for customers looking to automate user maintenance and webhooks using HTTP targets for other Databases or 3rd party middlewares.

8 replies

  • June 22, 2021

Definitely understand where you are coming from. Except I would want it to update my customer that their profile was updated, not agents 


  • Author
  • Employee
  • June 22, 2021

Hi Jake, yes users include end-users or customers in your Zendesk instance. They can also be agents or admins. 


  • April 20, 2022

Did any one find a solution for this ?
Currently am in this process and this problem.

Want to have the Zendesk Support create/update a user and also make an update to our database


Anselm11
  • January 24, 2023

We'd love to see this updated as well! We're trying to segment customers based on info in our database, but that only syncs after a user is created, so if the user is emailing us for the first time (ticket created and user created), and user tags cascade when the ticket is created, and THEN the user is updated... we have no way of updating the ticket at that point.


  • April 28, 2023

We're having the exact same issue as @anselm11 and would love to see this functionality implemented.


Jacob20
  • Contributor
  • May 2, 2023

While this is may not the solution everyone wants, I just want to mention that Zendesk Integration Services should be able to let you hook into events that triggers and automations can't, and perform more advanced actions.

Zendesk Integration Services | Zendesk Developer Docs
From ☝

ZIS is a set of Zendesk-hosted web services that let you integrate Zendesk with other systems and applications. ZIS powers Conversational Data Orchestration, a feature set for automating workflows based on events.

ZIS reduces or eliminates the need to build and host middleware for integration features such as:

  • Ingesting webhooks from an external system
  • Executing business logic in response to events
  • Making API calls into Zendesk and the external system
  • Obtaining and managing authentication tokens
  • Storing configuration settings
  • Storing metadata about related objects in Zendesk and the external system

ZIS simplifies the process to build and run private integrations.


  • July 24, 2024

This would be beneficial for us - we'd especially like to be able to manage restriction level based on user field values.


James57
  • October 16, 2024

To add on to what Jacob the Moderator said, Zendesk Integration Services (ZIS) has events for user creation and user updates.  Please see here for more details on the events.  It can specifically send a request to an external system.