Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

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

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages