To check if a Zendesk ticket was ever created, you can use the Incremental Ticket Events endpoint of the API. This tool allows you to verify the existence of a ticket ID.
By setting a starttime of a previous ticket's creation, you can search for the ticket ID in question. If no record exists within the incremental/ticketevents page, it indicates that the ID was skipped due to a ticket creation failure. However, if the ticket ID appears in the results, it means the ticket was created but later deleted.
Ticket IDs in Zendesk might not be perfectly sequential due to several reasons. The most common causes include ticket deletion, failed ticket creation in the agent interface or request form, and API ticket-creation failures. When a ticket is…
If a Zendesk ticket creation fails, the ticket ID that would have been used is skipped. This ensures that each ticket ID remains unique and sequential. Ticket creation can fail for several reasons, such as missing required fields like subject or…
Zendesk skips ticket IDs to maintain unique and sequential numbering, even when ticket creation fails or tickets are deleted. When a ticket is deleted or if the creation process fails due to missing required fields or API issues, the system skips…