Using Web apps, you can create client based web-applications that use data from CRM and can be used to perform specific tasks.
Once the Zoho CLI is installed, you can start creating your own web app.
Once the CLI is installed, run this command to create a new project.
Select a Zoho service and give a Name for the widget which you want to create. In this case, select Catalyst as the service.
The sample project will be created in the respective folder directory.
To open the sample project, run the following command:
Now, you can start desiging and including the UI components for the Widget.
The app_file.html file contains the structure, design and components of the Web app. You can create your webapp from the HTML file.
Note:
Once you have created the web apps, you can host the web apps locally and test it.
To host the web apps locally:
You can find the API helper, JS SDK and some sample web apps in our Github page.