最近搜索


没有最近搜索

Arthur Bayerlein's Avatar

Arthur Bayerlein

已加入2021年5月28日

·

最后活动2021年10月16日

关注

0

关注者

0

活动总数

3

投票

0

订阅

1

活动概览

的最新活动 Arthur Bayerlein

Arthur Bayerlein 进行了评论,

社区评论 Developer - Zendesk APIs

Even if I add actual user ids to "email_cc_ids" they don't get added to the ticket...

查看评论 · 已于 2021年2月17日 发布 · Arthur Bayerlein

0

关注者

0

投票

0

评论


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

评论