Home//
REST API Reference
/- Ticket State
Reply to a ticket
Add tag to a ticket
Remove tag from a ticket
Link a conversation to a ticket
Unlink a conversation from a ticket
Create a ticket
Enqueue create ticket
Update a ticket
Retrieve a ticket
Delete a ticket
Change ticket type
Search tickets
Ticket
Contacts
Ticket Part
Ticket State
Ticket Type
Ticket State
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"
The state the ticket is currently in, in a human readable form - visible to customers, in the messenger, email and tickets portal.
Example:"In Progress"
{ "type": "ticket_state", "id": "12", "category": "in_progress", "internal_label": "With Dev Team", "external_label": "In Progress", "archived": false, "ticket_types": { "type": "list", "data": [ … ] } }