
Helpando
-
Total activity21
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes6
-
Subscriptions5
Activity overview
Latest activity by Helpando-
Helpando commented,
Many thanks, the second one worked 🎉 🤜
-
Helpando commented,
Hi Andrey, Alright, I'm trying an easier approach I will assign a ticket via a trigger that will put a tag "email_signature" {% if {ticket.tags} contains 'email_signature' %}{{dc.agent_signature}}{...
-
Helpando commented,
No ideas? 😔
-
Helpando commented,
Hi Andrey, Sorry to reach out with this. I'm stuck again. I need to create a condition along these lines: - if a ticket comes in via email, display a message. - If the ticket requester is part of ...
-
Helpando commented,
Done!
-
Helpando commented,
All good, many thanks for your help, Andrey! You're a champ! Cheers, Dominic
-
Helpando commented,
Tried it the exact way you wrote it and it says this: Liquid Liquid error: Unknown operator =
-
Helpando commented,
Hi Andrey, I'm using the following code in the app configuration: {% if ticket.via == 'mail' %} {{dc.agent_signature}} {% else %} {% endif %} But it's not working. Any idea what I'm doing wrong?...
-
Helpando commented,
Hi Andrey, Many thanks for the quick response! Just to confirm, there's no way we can automate directly from the agent signature? Reason for asking is because the app seem to need to be manually ac...
-
Helpando created a post,
Agent Signature based on ticket channel
AnsweredHi Community, I’m trying to set an agent signature based on the channel that the ticket came from. I know that there’s no way to check for channels with Liquid Markup, but I was hoping there wo...