
Andrey Sarapulov
-
총 활동 수96
-
마지막 활동
-
회원 가입일:
-
내가 팔로우하는 사용자 수0명
-
나를 팔로우하는 사용자 수0명
-
투표 수8
-
수신 설정 수61
활동 개요
Andrey Sarapulov님의 최근 활동-
Andrey Sarapulov님이 에 댓글을 입력함
not really but you can write generic logic (=code) for all signatures in one place.
-
Andrey Sarapulov님이 에 댓글을 입력함
This is very common solution to the advanced signature needs https://www.zendesk.com/apps/support/zignatures/
-
Andrey Sarapulov님이 에 댓글을 입력함
>Each team of agents will have their share signatures. Product A has a standard signature, Product B has a different signature, etc. This is where Zignatures app may come handy. You'll need to add ...
-
Andrey Sarapulov님이 에 댓글을 입력함
Tamir Bashkin Interesting... Can you render {{ticket.via}} placeholder on a ticket (inject it as a text > submit a ticket) to see what value it renders?
-
Andrey Sarapulov님이 에 댓글을 입력함
Hi Colin, Glad your are finding this helpful. Would be great if you can rate this app on Zendesk marketplace. In liquid you can use AND or OR operators inside the IF statement in the following way:...
-
Andrey Sarapulov님이 에 댓글을 입력함
You can use any style/HTML supported by Zendesk Comment Editor. Looks like the Headers are supported. So this is something I expect you can use. As a test you can create a comment with all possibl...
-
Andrey Sarapulov님이 에 댓글을 입력함
Hi Colin, I played a bit and the following version started to work for me. NOTE: i changed one condition to look up "priority_changed" tag on my test account and slightly updated the HTML Let me kn...
-
Andrey Sarapulov님이 에 댓글을 입력함
hi Bastian, all these "liquid" goes into Zignatures App setting together with text or HTML you want to see in the signature. So if you go to MANAGE > Apps > Zignatures and find the settings for thi...
-
Andrey Sarapulov님이 에 댓글을 입력함
Check these out: // 1 {% assign via = ticket.via | downcase | strip %}{% if via == 'mail' %}this is MAAAAAIL!{% endif %} // 2 {% if ticket.tags contains 'customer' %}TAG IS THEEEERE!{% endif %}
-
Andrey Sarapulov님이 에 댓글을 입력함
Make sure you provided feedback to the app!