Búsquedas recientes
No hay búsquedas recientes

Daniel Stolldorf
Incorporación 19 sept 2023
·
Última actividad 19 sept 2023
Seguimientos
0
Seguidores
0
Actividad total
2
Votos
0
Suscripción
1
RESUMEN DE LA ACTIVIDAD
INSIGNIAS
ARTÍCULOS
PUBLICACIONES
COMENTARIOS DE LA COMUNIDAD
COMENTARIOS DE ARTÍCULOS
RESUMEN DE LA ACTIVIDAD
Última actividad de Daniel Stolldorf
Daniel Stolldorf creó una publicación,
I'm using the Request API to submit new comments on a ticket on behalf of the original ticket creator. Tickets are automatically generated through a checkout process requiring payment with an account so from our perspective the emails are verified.
We are using the OAuth process to generate a token for an admin user with the impersonate scope.
Data being sent is as below:
https://cleansed.zendesk.com/api/v2/requests/{ticket Id}
-d {"request":{"comment":{"type":"Comment","body":"Testing, please ignore"}}}
-h "X-On-Behalf-Of: "{Zendesk User ID}"
-h "Bearer" : "{OAuth Token}"
The response we are getting is
{ "error": { "title": "Forbidden", "message": "Unverified email address" } }
I even tried using the User API to set the verified flag to true, then wait 10 seconds before running the Requests API process.
The same request to a ticket with a verified email in Zendesk does work (although it sends the email to the ticket creator, not the ticket steward).
Publicado 19 sept 2023 · Daniel Stolldorf
2
Seguidores
4
Votos
1
Comentario