npm install -g zoho-extension-toolkit
- Create UI Bakery app that will be inserted in ZOHO CRM as a widget
- Fork this repository
- In
/app/widget.html
- Insert UI Bakery app Embed URL - Open app settings > Copy Embed URL
- Define custom events handling by example
- Pack widget -
zet pack
- Get archive from
/dist/
folder and upload as a ZOHO hosted widget - Get access to PageLoad data in UI Bakery
{{JSON.parse(activeRoute.queryParams.page_load_data)}}
- Call ZOHO.CRM APIs from UI Bakery
window.workbenchParent.parent.postMessage({
type: 'CLOSE_ZOHO_POPUP',
}, '*');