Hello,
I’ve been getting inconsistent behavior when using showTicket. It would sometimes open a ticket by it’s public id, and sometimes it would open a wrong ticket - by id instead. I am seeing this in my network requests:
When I call showTicket(999), I see this request
https://api-iam.intercom.io/messenger/web/tickets/999
Normally (and I believe this is the expected behavior) the response contains a ticket with public_ticket_id: 999, and this ticket is opened in the chat. However, sometimes I get a ticket with id: 999, and some older public_ticket_id. So while the newer ticket is created and can be seen there in the messenger home space and in tickets if I click back, another older ticket gets opened.