Búsquedas recientes


No hay búsquedas recientes

Arthur Bayerlein's Avatar

Arthur Bayerlein

Incorporación 28 may 2021

·

Última actividad 16 oct 2021

Seguimientos

0

Seguidores

0

Actividad total

3

Votos

0

Suscripción

1

RESUMEN DE LA ACTIVIDAD

Última actividad de Arthur Bayerlein

Arthur Bayerlein hizo un comentario,

Comentario de la comunidad Developer - Zendesk APIs

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

Ver comentario · Publicado 17 feb 2021 · Arthur Bayerlein

0

Seguidores

0

Votos

0

Comentarios


Arthur Bayerlein creó una publicación,

Publicación 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",
}
}

Publicado 17 feb 2021 · Arthur Bayerlein

0

Seguidores

3

Votos

2

Comentarios