
Andrey Sarapulov
-
Actividad total48
-
Última actividad
-
Miembro desde
-
Siguiendo0 usuarios
-
Lo siguen0 usuarios
-
Votos2
-
Suscripciones23
Resumen de la actividad
Última actividad de Andrey Sarapulov-
Andrey Sarapulov hizo un comentario,
Meilech, I suspect by proactive ticket you are referring to a situation when an Agent is creating a new ticket from Zendesk Support. I suspect that the condition in the liquid code used in your Zi...
-
Andrey Sarapulov hizo un comentario,
Kevin, Consider minimizing the HTML code (e.g. removing line breaks) -> adding it into Zendesk Dynamic Content -> save the Dynamic Content placeholder into the Zignatures App setting. Then tends to...
-
Andrey Sarapulov hizo un comentario,
Nabil, I don't see from your code sample where the "Thanks, Nabil Labs Support Leader" text coming. I assume it may be the native Zendesk signature. If so, then you need to disable it.
-
Andrey Sarapulov hizo un comentario,
Nabil the "outbound_sms" tag should be added to the ticket by, say, a macro when someone is sending the SMS. Is this happening?
-
Andrey Sarapulov hizo un comentario,
Meilech Knopfler Rudolph Beaton Nabil Sabih Can you be more specific? What exactly didn't work for you?
-
Andrey Sarapulov hizo un comentario,
You can download the App from the marketplace. It perfectly works! For technical questions feel free to contact the App developer.
-
Andrey Sarapulov hizo un comentario,
When you copy things from here some invisible chars can be added So copy this {% if ticket.via == "Mail" %} SIGNATURE {% else %} no signature {% endif %} Remove formatting (for example copy into br...
-
Andrey Sarapulov hizo un comentario,
Try that {% if ticket.via == "Mail" %} SIGNATURE {% else %} no signature {% endif %}
-
Andrey Sarapulov hizo un comentario,
Agent signature ignores ticket object as it's contexted to the current Agent only. So you can' access ticket fields and other attributes from the signature. BUT, in Zignagtures you can create liqui...
-
Andrey Sarapulov hizo un comentario,
Hey Dominic, check out the free app I've built some time ago https://www.zendesk.com/apps/support/zignatures/ Designed to address this particular use case.