zcatalyst-integ-cliq
Version:
Node.js SDK for integrating Zoho Catalyst with Zoho Cliq
46 lines (32 loc) • 1.63 kB
Markdown
<center>
<a href="https://catalyst.zoho.com">
<img width="200" height="200" src="https://www.zohowebstatic.com/sites/default/files/catalyst/catalyst-logo.svg">
</a>
</center>
<center><h1>ZCatalyst Cliq SDK</h1></center>
<p>
The official node sdk for integrating Zoho Catalyst with Zoho Cliq.
</p>
<br>






<br>
ZCatalyst-Cliq-SDK helps you to work with Node.js for handling Zoho Cliq extensions using Zoho Catalyst.
To start working with this SDK you need a catalyst account [Sign Up](https://console.catalyst.zoho.com/)
Then you need to install [Node.js](http://nodejs.org/) and [npm](https://npmjs.org/).
The ZCatalyst-Cliq-SDK is a npm package and can be found as zcatalyst-integ-cliq:
```bash
npm install --save zcatalyst-integ-cliq
```
To use the SDK in your application, import it from any JavaScript file as:
```javascript
import cliq from 'zcatalyst-integ-cliq';
```
[](https://www.zoho.com/catalyst/help/integration-functions.html) - Here you will find details on how to use this SDK in a Catalyst Integration function.