Way to create trigger to email assignee when ticket solved by requester? | Community
Skip to main content

Way to create trigger to email assignee when ticket solved by requester?

  • June 2, 2023
  • 5 replies
  • 0 views

Jake11

Within Zendesk Guide, our end users can mark a ticket as solved themselves vs only the Support agent. This bypasses required fields so I was hoping to create a trigger that notifies the assignee when an end user solves a ticket. Is this possible? I couldn't find an easy way when going through the trigger creation process.

Thanks!

Jake

5 replies

Dave24
  • June 2, 2023

No problem! You can create a trigger for this using the following criteria:

  • Status Changed to Solved
  • Assignee Is not -
  • Requester Is (Current user)

Then in actions, add "Email user (assignee)" and specify the message you want to send.

 

 


Jake11
  • Author
  • June 3, 2023

Hi @dave24

Thanks for assisting! Wouldn't your suggestion email the assignee every single time a ticket of theirs is solved? I'm only wanting to email the assignee with the end user (requester) is the one solving the ticket (via our Help Center built on Zendesk Guide). 

Thanks!


Dave24
  • June 3, 2023

Hey Jake!

The third condition, Requester is (current user), should ensure that this trigger fires only when the requester is the one who solved the ticket.


Jake11
  • Author
  • June 4, 2023

Oh wow, that logic didn't click for some reason the first time reviewing - thank you!


Dave24
  • June 5, 2023

Glad I could help!