node-zendesk icon indicating copy to clipboard operation
node-zendesk copied to clipboard

Add support to external_id parameter when querying tickets

Open ggirotto opened this issue 10 months ago • 0 comments

Feature Description Add support to external_id when listing tickets. Ref: https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#parameters

Example Use Case When a ticket is created using external_id, we can easily map our entity to zendesk ticket entity without need to store zendesk id on our entity. But to query the ticket back, we need support to this feature.

ggirotto avatar Jan 13 '25 20:01 ggirotto