You can update a Ticket
The attributes set on the ticket.
The ID of the company that the ticket is associated with. The unique identifier for the company which is given by Intercom. Set to nil to remove company.
Specify if a ticket is open. Set to false to close a ticket. Closing a ticket will also unsnooze it.
The ID of the admin performing ticket update. Needed for workflows execution and attributing actions to specific admins.
{ "ticket_attributes": { "_default_title_": "example", "_default_description_": "having a problem" }, "ticket_state_id": "123", "company_id": "5f4d3c1c-7b1b-4d7d-a97e-6095715c6632", "open": true, "is_shared": true, "snoozed_until": 1673609604, "admin_id": 123, "assignee_id": "123" }