최근 검색
최근 검색 없음

Matthew Knight
가입한 날짜: 2021년 10월 22일
·
마지막 활동: 2021년 10월 22일
팔로잉
0
팔로워
0
총 활동 수
2
투표 수
0
가입 플랜
1
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Matthew Knight
Matthew Knight님이 에 댓글을 입력함
+1 I have recently started using Zendesk and quickly needed this functionality so we can escalate tickets outside of Zendesk and allow the user to respond without being added as a CC.
I have put together an API call using liquid markup in a Zendesk trigger that does the trick but it isn't the most elegant solution:
{% assign cc_list = "[" %}
{% for cc in ticket.ccs %}
{% if cc.email != current_user.email %}
{% assign cc_list = cc_list | append: '"' | append: cc.email | append: '",' %}
{% endif %}
{% endfor %}
{"ticket": {"collaborators": {{ cc_list | append: "]" | replace: ",]","]" }} } }
The above just removes the current user's email address from the list of CC's.
댓글 보기 · 2017년 7월 10일에 게시됨 · Matthew Knight
0
팔로워
0
투표 수
0
댓글