Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Arthur Bayerlein's Avatar

Arthur Bayerlein

Beigetreten 28. Mai 2021

·

Letzte Aktivität 16. Okt. 2021

Folge ich

0

Follower

0

Gesamtaktivitäten

3

Stimmen

0

Abonnement

1

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Arthur Bayerlein

Arthur Bayerlein hat einen Kommentar hinterlassen

Community-Kommentar Developer - Zendesk APIs

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

Kommentar anzeigen · Gepostet 17. Feb. 2021 · Arthur Bayerlein

0

Follower

0

Stimmen

0

Kommentare


Arthur Bayerlein hat einen Post erstellt

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

Gepostet 17. Feb. 2021 · Arthur Bayerlein

0

Follower

3

Stimmen

2

Kommentare