Hi,
I have a CTI app mounted on “cti_global_sidebar” in location attribute in manifest.json. In my app I am able to track ticket.propertiesUpdated event but unable to get the ticket id for which this event is triggered. I tried using client.data.get(‘ticket’).then(function(data) {
//console.log("ticket data is : ",data);
});
for getting ticket details but it returns me this response - Invalid attribute provided
Can anybody tell me how I can get ticket details in ticket.propertiesUpdated event ? Primarily I want the customer mobile number of that ticket. Thanks in advance!