Creation a Widget for zoho desk
And I'm using this code:
- <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>
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