CDN Url
https://live.zwidgets.com/js-sdk/1.5/ZohoEmbededAppSDK.min.js
HelpDoc
https://www.zohocrm.dev/explore/widgets/v1.5
Multi page support
Modern web applications built with frontend frameworks like React, Angular, and Vue typically use client-side routing to enable seamless navigation within single-page applications (SPAs). Widget SDK 1.5 now fully supports this model, allowing SDK methods to be triggered from any route within the same SPA.
API Wrappers
Added
- ZRC - ZRC allows to make api calls using a widget. You will be able to make api calls to CRM APIs, Connection APIs, and External APIs in a unified syntax.
- ZDK.Cient.showMessage() - show a toast message in Page with the markdown support.
- ZDK.Cient.showConfirmation() - Show a toast message in Page with the markdown support.
- ZDK.Cient.showAlert() - Show Alert message with markdown support.
- ZDK.Cient.getInput() - Get one or more input.
- ZDK.Cient.openPopup() - Opens a widget in popup
- ZDK.Cient.showLoader() - Shows loader
- ZDK.Cient.hideLoader() - Hides the Loader