Creation a Widget for zoho desk

Creation a Widget for zoho desk

Hi I'm creating a widget using this documentation:

https://www.zoho.com/desk/extensions/guide/#App

And I'm using this code:

  1. <script src="https://js.zohostatic.com/support/developer_sdk/v1/js/ zohoDeskClientSDK.min.js"></script> <script type="text/javascript"> window.onload = function(){ ZOHODESK.extension.onload().then((App)=>{ ZOHODESK.get('ticket.email').then(response=>{ // your code here }) }) } </script>
But I'm having a poblem because the link https://js.zohostatic.com/support/developer_sdk/v1/js/zohoDeskClientSDK.min.js has 404 redirect


I need to create an app for my desk, the app is creating using SIGMA, and everything is ok there, I can see my html but I need to use the js script too