Automatically Link Custom Object to Ticket | Community
Skip to main content

Automatically Link Custom Object to Ticket

  • October 18, 2023
  • 2 replies
  • 0 views

Hello Zendesk Team,

Is it possible to link an existing custom object to a ticket based on the requester fields using triggers or something? For example, I have a custom object called "city" and its linked in the user profile under a "city" user field. Would it be possible that once a ticket is created, the city value that is in the users "city" field in their profile gets added to a "city" field inside the ticket?

What I want to achieve is for example save the city that the user had when the ticket was created, but I want to avoid it being a manual field if we already have that relationship inside the users profile.

Thank you!

2 replies

Mike53
  • November 22, 2023
Hi Anton! Your dev team can create a webhook and use a trigger to activate the created webhook that would do what you're after: Getting started with webhooks

  • Author
  • November 22, 2023

Thank you so much Mike, I will check it out!