For example, even running the code via the browser console from the documentation page now returns a 400 error, despite passing a valid incident ID and a UI message appearing saying the conversation was linked successfully.
//Linking an incident record with the current conversation Microsoft.Omnichannel.linkToConversation("incident", "06318998-607a-ef11-ac20-002248c6bc8a").then((response) => { // Refreshing the tab UI Microsoft.Apm.refreshTab("tab-id-3"); }, (error) => { console.log(error); });