Building a GitHub Bot on Cliq

Build an extension on Zoho Cliq using Catalyst Integration Functions, that enables you to access and work with your GitHub repositories using a Cliq bot

Deploy the Function

Let's deploy the function to make it available in the Catalyst remote console. We will need to select it while creating the extension on Cliq.

To deploy your Catalyst project from the CLI, run the following command in your terminal from your project directory (CATALYST_PROJECT_HOME):

$ catalyst deploy

Each handler class in the Java function will be compiled and deployed to the Catalyst project in the console.