
Andrey Sarapulov
-
Gesamtaktivitäten48
-
Letzte Aktivität
-
Mitglied seit
-
Folge ich0 Benutzer
-
Gefolgt von0 Benutzer
-
Stimmen2
-
Abonnements23
Aktivitätsübersicht
Neueste Aktivität von Andrey Sarapulov-
Andrey Sarapulov hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
Meilech Knopfler Rudolph Beaton Nabil Sabih Can you be more specific? What exactly didn't work for you?
-
Andrey Sarapulov hat einen Kommentar hinterlassen
You can download the App from the marketplace. It perfectly works! For technical questions feel free to contact the App developer.
-
Andrey Sarapulov hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
Try that {% if ticket.via == "Mail" %} SIGNATURE {% else %} no signature {% endif %}
-
Andrey Sarapulov hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
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.