Recent searches


No recent searches

Arthur Bayerlein's Avatar

Arthur Bayerlein

Joined May 28, 2021

·

Last activity Oct 16, 2021

Following

0

Followers

0

Total activity

3

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Arthur Bayerlein

Arthur Bayerlein commented,

Community comment Developer - Zendesk APIs

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

View comment · Posted Feb 17, 2021 · Arthur Bayerlein

0

Followers

0

Votes

0

Comments


Arthur Bayerlein created a post,

Post 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",
}
}

Posted Feb 17, 2021 · Arthur Bayerlein

0

Followers

3

Votes

2

Comments