最近搜索
没有最近搜索

Caitlin
已加入2024年7月04日
·
最后活动2024年8月01日
关注
0
关注者
0
活动总数
5
投票
0
订阅
1
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Caitlin
Caitlin 进行了评论,
Thanks Andrey,
I was running into an error with the following, I'm trying to create it so that no signature happens when an SMS gets sent to the end user but that whenever an email is sent the agent signature gets sent out.
Can you take a look at the following and tell me where I am going wrong? I'd really appreciate it.
{% if ticket.via == "SMS" %} no signature {% else %} SIGNATURE {% endif %}
{% if ticket.tags contains 'sms_signature' %} no signature {% else %} SIGNATURE {% endif %}
{% else %}
{% if ticket.via == "Mail" %} SIGNATURE {% else %} no signature {% endif %}
<
>
{% endif %}
I'm not as familiar with Liquid so any advice on how to fix it would be greatly appreciated.
查看评论 · 已于 2024年7月25日 发布 · Caitlin
0
关注者
0
投票
0
评论
Caitlin 创建了一个帖子,
Hi everyone,
I am looking for a solution that would allow for the agent signature to be changed depending upon which channel the ticket was going out as (ie SMS vs email) on the Support platform.
I know Zignature's says it can do this but the help article that I found that talked about this didn't discuss how Zignatures would actually do this, can someone from Zignature's or the community help out with this?
已于 2024年7月04日 发布 · Caitlin
0
关注者
1
投票
1
Comment