WebApps Integration

WebApps Integration

Creating a Client

To integrate a web application with Zoho CRM, you need to first create a corresponding client.

To create a client

  1. Go to Settings > Setup > Developer Space > WebApps.
  2. Click Add Client ID.
  3. Enter the following information about the app in the following pop-up:
    • Choose a Client Name.
    • Enter the Client Domain.
    • Enter Authorized redirect URIs.
    • Enter the JavaScript Domain.



  4. Click Create.

Once the Client is created, you will be redirected to the CRM, where you can proceed to upload the app.

          

Build your App

Once the Client ID is created, you can proceed to create your web application.


After the application is created, you can proceed with uploading and sharing it.

Upload an App

To upload web app

  1. Click Settings > Setup > Developer Space > MobileApps.
  2. Click Upload App.



  3. Enter the following information about the app:
    • Choose a Name for the app.
    • Click Choose File to upload the app files.



  4. Click Upload.

Sharing the App

After uploading the app, you can share the app with your users.

To share the app

  1. Right after the app is uploaded, you can share the app to your users.
  2. In the Share To page, select Users based on Profiles, or individual users.



  3. Click Save.

You can view the list of applications for your organization in the WebApps section under Developer Space.

Edit Sharing options

You can remove an application for a particular user or a particular profile.

To view edit sharing options for an app




  1. Click Setup > Developer Space > WebApps.
  2. In the list, click the Edit Share button of the desired app.
  3. Under the Share To section in the App Details page, update the sharing options.
  4. Click Save.

Removing the app

When you remove the application, only the app is deleted from the CRM UI, the Client ID still remains.

To remove the app

  1. Click Setup > Developer Space > MobileApps.
  2. Select the delete button of the app(s) to be uninstalled from the list.
  3. Click Delete.



    • Related Articles

    • Web Apps Development - An Overview

      Although a CRM provides a platform to run your business online, there are a lot of other avenues where your business might have to tread on. Some of them would be building a custom mobile or web application. Upon integration, the functionality of ...
    • Create a Web App

      Using Web apps, you can create client based web-applications that use data from CRM and can be used to perform specific tasks. Building a web app Once the Zoho CLI is installed, you can start creating your own web app. Step 1 Once the CLI is ...
    • MobileApps Integration - Mobile SDK

      Ever since the debut of handheld devices, the world has been on the course to exploit the convenience in their pockets to the fullest. People from all walks of life use mobile devices to stay in touch with each other, do business, engage with the ...
    • Install CLI - Web Apps

      ZET is a CLI tool to help developers build client-based apps(marketplace apps) and test it locally. Developer's can write code in local app and test it on the fly without uploading the App files to server. ZET will help the developers in the ...
    • Functions - Integration Tasks

      As you might already know, the update to Version 2.0 APIs played a major part in using custom functions, now named "Functions". This guide will help you how to use functions integration tasks which uses the new APIs. Getting Started For starters, the ...