Question
How do I prevent email notifications from being sent out on SMS tickets?
Answer
By default, the user receives both a text message and an email notification with each new response from an agent. To only send texts, modify your triggers to omit the Text channel using tags.
To prevent email notifications from being sent out on SMS tickets
- Create a new trigger
-
Edit your Notify requester triggers
- Add the conditions and actions below for your trigger:
-
Meets ALL of the following conditions
-
Ticket > Tags | Contains none of the following |
sms_ticket
-
Ticket > Tags | Contains none of the following |
-
Meets ALL of the following conditions
Manually apply the sms_ticket
tag to SMS tickets, or create a trigger that automatically applies this tag as shown below:
-
Meet ALL of the following conditions
- Ticket > Ticket | Is | Created
-
Ticket > Channel | Is | Text
-
Actions
-
Ticket > Add tags |
sms_ticket
-
Ticket > Add tags |
Because triggers fire in the order they appear on the active Triggers page, move this trigger above your Notify requester triggers. For more information, see the article: About triggers and how they work.