最近の検索
最近の検索はありません

Tyler Lamparter
参加日2021年4月16日
·
前回のアクティビティ2022年2月03日
フォロー中
0
フォロワー
0
合計アクティビティ
3
投票
0
受信登録
2
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Tyler Lamparter
Tyler Lamparterさんがコメントを作成しました:
@... you can create a trigger that will send an api call to Zendesk that changes the recipient. I worked on this last night and it works for everything except the very first auto email saying "your ticket has been created". However, if the customer responds to that auto response, the recipient email will stay the same. It will also be fixed for any public response from the agent and auto triggers going forward. Here is how to do it:
- Go to settings>extensions>add target>HTTP target.
- Title it whatever you want.
- For the URL, put https://.zendesk.com/api/v2/tickets/{{ticket.id}}.json
- Method = PUT
- Basic Auth = Enabled
- Put in admin credentials
- Click the drop down to "create target" and submit. There is no need to test the target.
It should look something like this:
After that, go to create a trigger:
- Put whatever conditions you want to trigger the change.
- For the action, select notify target and select the http target you just made.
- Then put the following in the JSON body:
{"ticket":
{"recipient": "" }
}
It should look something like this after:
Again, this will not change the from address for the first trigger letting the customer know that a ticket was created.
コメントを表示 · 投稿日時:2020年5月22日 · Tyler Lamparter
0
フォロワー
0
投票
0
コメント