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

Arthur Bayerlein
参加日2021年5月28日
·
前回のアクティビティ2021年10月16日
フォロー中
0
フォロワー
0
合計アクティビティ
3
投票
0
サブスクリプション
1
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Arthur Bayerlein
Arthur Bayerleinさんが投稿を作成しました:
投稿 Developer - Zendesk APIs
So I figured a way to add an external e-mail as a requester on using https://.zendesk.com/api/v2/tickets.json by using the "requester" attribute instead of "requester_id" on the body of the request (which I didn't see on the docs explicitly stated). But I would also like to add external e-mails CCed to the ticket when I create them. I was hoping the following would work but it doesn't. Help would be very much appreciated:
{
"ticket": {
"subject": "Trying CCs,
"comment": {
"body": "Trying CCs..."
},
"requester": "external@email.com",
}
}
投稿日時:2021年2月17日 · Arthur Bayerlein
0
フォロワー
3
投票
2
コメント