The
Paperclip

AI、カスタマーサポート、セールスに関するあらゆる考察。
zendesk-trigger-add-follower-by-custom-field
json {"ticket": {"followers": [ {% assign emails = ticket.organization.custom fields.auto follow | split: ',' %} {% for email in emails %}{"user email": "{{ email | strip }}", "action": "put"}{% unless forloop.last %},{% endunless %}{% endfor %} ]}} ` このLiquidマークアップは、カスタムフィールドからカンマ区切りのメールを解析し、API用のJSONオブジェクトとしてフォーマットします。 
eesel Team
Editor