A ticket state, used to define the state of a ticket.
String representing the object's type. Always has the value ticket_state.
Example:"ticket_state"
The category of the ticket state
Enum:"submitted""in_progress""waiting_on_customer""resolved"
Example:"in_progress"
The state the ticket is currently in, in a human readable form - visible in Intercom
Example:"With Dev Team"
{ "type": "ticket_state", "id": "12", "category": "in_progress", "internal_label": "With Dev Team", "external_label": "In Progress" }