Triggers allow you to set up notifications easily. If you want to notify your users when their case is solved, consider creating a new trigger to send a notification when the status of a ticket changes to solved. Then, update any trigger that sends notifications when a ticket is updated to prevent duplicated emails. In this tutorial, you will learn how to accomplish this.
The workflow includes the steps below:
Step 1: Create the trigger
- Create a new trigger
- In the trigger, under Meet ALL of the following conditions, add:
- Object > Ticket > Status category | Changed to | Solved
- Object > Ticket > Comment | Is | Public
- Ticket details > Current user | Is | (agent)
- Under Actions, add:
-
Other > Notify by > User email | Object > Ticket > (requester)
Email subject | Enter your custom subject line
Email body | Enter your custom message
-
Other > Notify by > User email | Object > Ticket > (requester)
- Click Create trigger
Step 2: Avoid duplicate emails
To avoid duplicate emails, update your triggers as below:
- Open the Triggers page and open any trigger that notifies the requester of any comment update, for example, the Notify requester and CCs of comment update standard trigger
- Under Meet ALL of the following conditions, add:
- Object > Ticket > Ticket status | Not changed to | Solved
- Click Save
Note: In accounts with custom ticket statuses deactivated, use the condition Status instead of Ticket status for the trigger setup above.