
Bryan Flynn
-
Actividad total167
-
Última actividad
-
Miembro desde
-
Siguiendo0 usuarios
-
Lo siguen0 usuarios
-
Votos27
-
Suscripciones88
Resumen de la actividad
Última actividad de Bryan Flynn-
Bryan Flynn hizo un comentario,
Hi @..., Please give the API call that you are making at any returned HTTP status codes (removing any confidential information of course). Are you using the example cURL code in the reference docum...
-
Bryan Flynn hizo un comentario,
Hi @.... Looks like this question was also cross-posted in the developer community. I posted an answer there — please see https://develop.zendesk.com/hc/en-us/community/posts/360050023554/comments/...
-
Bryan Flynn hizo un comentario,
Hi Brandon. It is a bit confusing. There's the ticket field's meta information (the example you gave), which is the "schema" of the field, no matter the ticket. Then there's the custom field's actu...
-
Bryan Flynn hizo un comentario,
Hi @... -- I suggest submitting a ticket, so your specific account can be examined more closely. Know that this particular workflow is not officially supported. See Can I use a trigger and a targe...
-
Bryan Flynn hizo un comentario,
It does seem odd at first why all settings are not treated the same way. The reason is because secure settings, due to their nature, are never meant to be seen on the client side, so they have to ...
-
Bryan Flynn hizo un comentario,
Closing this post -- moved conversation over to AMA post: https://develop.zendesk.com/hc/en-us/community/posts/360037266834-Doubts-about-Authenticating-Zendesk-in-your-server-side-app
-
Bryan Flynn hizo un comentario,
That sounds reasonable Calum. So I'll just point out again then, an end-user account can generate an OAuth token and use it against the /api/v2/requests.json API. It sounded like this wasn't workin...
-
Bryan Flynn hizo un comentario,
Hi Calum -- just to clarify, a new request/ticket created by an end user using an OAuth/Bearer token should work. To simplify the above and using the cURL command line tool, the request would look ...
-
Bryan Flynn hizo un comentario,
Hi Felipe. GET /api/v2/ticket_fields.json will return all ticket fields in your instance regardless of what Ticket Form they're used on. As for searching, the link you gave is the best reference fo...
-
Bryan Flynn hizo un comentario,
Comentario oficial Here's the syntax for getting a custom field's value: client.get('ticket.customField:custom_field_12345678') ...where the '12345678' value is *your* custom field's unique ID, prefixed by the litera...