Using text notifications with triggers: Recipes and tips



image avatar

Rob Stack

Zendesk Documentation Team

Edited May 07, 2025


10

31

31 comments

"If a customer responds to your outbound text, their reply text will create a new ticket".

How can we automatically assign this new ticket to the agent who sent the outbound text? The point is to be able to have a normal SMS conversation.

Our process so far is to have the agent's name in the subject line of the outbound text and a trigger that assigns the new ticket to the agent based on that subject line. However, it is not ideal when sending SMS from multi-channel tickets, as the customer can see the subject line when we send them an email (and also, some agents forget to add their name in the subject line). 

1


Oh my goodness - of course that is correct. I'm not sure what I was thinking. The trigger is active and working as it should. Thank you.

0


Hey Dorel Home Furnishings - dorelsupport

I believe the following setup will produce the desired result:

0


We route one of our IVR menus to text messages and have a trigger setup to send an automated response. The trouble we run into is that the requester can respond to the ticket via text and the status stays at New.  We want the status to go to Open so that our team knows those tickets have a response and need to be worked, whereas tickets in "New" status should have no response from the requester, meaning we can leave those alone.  I don't see a "requester updated" criteria in triggers, only an "assignee updated."  I've played around with all the ways to achieve this to no avail.  Is there a way I can make this work?

0


Hey Gwynne! Understood. 
 
The way to achieve this without the third-party app would be to use Liquid markup. Liquid markup can be used to either show or suppress agent signatures within the HTML body of the trigger. For more information, please see the following resources: 

0


Shannon,

Thanks but that does not help. Due to HIPAA we are not comfortable utilizing a third party just for "signatures". 

0


 
Hi Gwynne! Thanks for your question. 

This is possible with custom HMTL and a third-party app. Full details can be found in the article: How do I remove the agent signature from proactive outbound SMS messages?  Hope that helps! 

0


My question is regarding "Create a proactive ticket" and "Respond to texts within a new ticket": Currently, we have automatic signatures attached when responding publicly. Obviously, this would not work for texting since characters are limited. How do I bypass this just for the texting channel?

0


Hey Jon! Welcome to the Community! 

The tag condition along with the removal action is the nullifying variable to ensure the text trigger only fires once on the ticket. Even though the ticket closes, there is still the chance of a follow-up ticket being created. Follow-up tickets inherit any closed ticket tags, so the presence of that tag will cause the trigger to fire again. 

If you'd like to use tags for reporting purposes you can have the trigger add a separate tag, like text_sent. The second tag can be used in reports/views while the proactive_text tag can be used for the trigger itself. 

I would also encourage you to check out this trigger recipe: How can I send a text to customers on a ticket that originated in a non-SMS channel? The nullifying logic here is the same as this proactive SMS trigger but uses a custom checkbox field versus a tag. I hope that helps! 

0


I have a question about the trigger recipe found under the section "Start a text conversation with proactive outbound texts". Why is one of the actions for this trigger to remove the proactive text tag (i.e. remove tag > "proactive_text"). Im trying to build up this process for my team, and it seems like keeping this tag would be useful for tracking purposes (or building specific views/routing/etc.) Thank you!!

0


Sign in to leave a comment.