Trigger when I reply? | Community
Skip to main content

Trigger when I reply?

  • August 3, 2021
  • 2 replies
  • 0 views

Is there a way to create a trigger which adds a tag to a ticket if I reply to the ticket? I am assigned certain tickets which require some response before my supervisor can close them, even if I reply “N/A.” I would like to insert a tag such as “michael_input” once I’ve replied. I would create a view to show which tickets do not have the tag indicating that I responded, showing which tickets I have yet to address. Thanks.

2 replies

Pedro17
  • August 3, 2021

Hi @Michael Barath, there is! For example:

Conditions (ALL):

  • Ticket is Updated
  • Comment is present (public or private)
  • Current user is Michael (your Zendesk Support agent name)
  • Tags do not contain michael_input

Actions:

  • Add tags: michael_input

Hope this helps!


  • Author
  • August 5, 2021

Thank you Pedro. Works like a charm.