
Charles Wood
-
Atividade total42
-
Última atividade
-
Membro desde
-
Seguindo0 usuário
-
Seguido por0 usuário
-
Votos11
-
Assinaturas14
Visão geral da atividade
Atividade mais recente por Charles Wood-
Charles Wood comentou,
I have a feeling I've suggested this already, but it would be great if we could search by the "received_at" of a ticket. Thanks!
-
Charles Wood comentou,
+1 to editing closed tickets at least in some way. My use-case is this: I have ticket fields, which are used in a custom integration. I have one ticket that has like 100 followups, presumably becau...
-
Charles Wood comentou,
Don, there's always a way. However, the cost of implementation may be too great, or there's an overriding business reason not to do it.
-
Charles Wood comentou,
Also note that Comments do have a via property -- https://developer.zendesk.com/rest_api/docs/core/ticket_comments#json-format -- which implies it could be exposed as a placeholder.
-
Charles Wood comentou,
Note that this is called "recipient" in the Ticket API: https://developer.zendesk.com/rest_api/docs/core/tickets#json-format
-
Charles Wood comentou,
Please tell me there is a way to get the "received_at" into a trigger's payload. I don't see a placeholder.
-
Charles Wood comentou,
Hi Jessie, "ticket_sharing" is not listed as an option for "via" in this document. In addition, the string "ticket_sharing" doesn't occur on this page at all. Well, it does now, in this comment ;) ...
-
Charles Wood comentou,
@Kirthi, can you post your entire curl command? You might also consider trying out Postman (https://www.getpostman.com/) for testing out queries. It's a really fantastic GUI that makes it a lot eas...
-
Charles Wood comentou,
Thanks, Andrew, but I specifically meant with placeholders. There's a {{ticket.via}}, but there doesn't seem to be a {{latest_comment.via}}, which would be very handy.
-
Charles Wood comentou,
Hmm, actually, is there a way to find out the "via" of the latest update? I am trying to distinguish between updates from the API and all other updates.