Skip to main content

ZCatalyst Cliq SDK for Python

Project description

ZCatalyst Cliq SDK

The official python sdk for integrating Zoho Catalyst with Zoho Cliq.


ZCatalyst Cliq SDK helps you to work with Python for handling Zoho Cliq extensions using Zoho Catalyst.

Prerequisites

To start working with this SDK you need to sign up with catalyst and cliq

Then you need to install suitable version of Python and pip

Installing

The ZCatalyst Cliq SDK is a pip package and can be found as zcatalyst-cliq on PyPI:

python -m pip install zcatalyst-cliq

Using zcatalyst-cliq

After installing zcatalyst-cliq, you can initialize it in your catalyst's cliq integration functions as:

import zcatalyst_cliq

# your cliq handler files's mapping should be given here
config = {
    "ZohoCliq": {
        "handlers": {
            "bot_handler": "handlers/bot_handler.py",
            "function_handler": "handlers/function_handler.py",
            "command_handler": "handlers/command_handler.py",
            "widget_handler": "handlers/widget_handler.py",
            "messageaction_handler": "handlers/message_action_handler.py",
            "extension_handler": "handlers/extension_handler.py",
            "link_preview_handler": "handlers/link_preview_handler.py"
        }
    },
}

def handler(request, response):
    handler_resp = zcatalyst_cliq.execute(request, config)
    response.set_content_type('application/json')
    response.send(handler_resp)

Documentation

For documentation and further queries kindly contanct support@zohocatalyst.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zcatalyst_cliq-1.0.0.tar.gz (16.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zcatalyst_cliq-1.0.0-py3-none-any.whl (22.4 kB view details)

Uploaded Python 3

File details

Details for the file zcatalyst_cliq-1.0.0.tar.gz.

File metadata

  • Download URL: zcatalyst_cliq-1.0.0.tar.gz
  • Upload date:
  • Size: 16.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.2

File hashes

Hashes for zcatalyst_cliq-1.0.0.tar.gz
Algorithm Hash digest
SHA256 a33ff6c29b43c1e0c52a7aee8883b77345269851f52e77a8736f3039c44f4b26
MD5 0420dbe0514e7837ba91e409b798db7c
BLAKE2b-256 f59fdd1582c843c64680f9cc85d0ddf0fb9df222dc63f179819c45986647c175

See more details on using hashes here.

File details

Details for the file zcatalyst_cliq-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: zcatalyst_cliq-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 22.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.2

File hashes

Hashes for zcatalyst_cliq-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c7cecde4e8497921f7f122e217a13831e9367cc76e2fe5ad6ffc046162d9cdf5
MD5 6f0e466044ad43e8813753bff15e138e
BLAKE2b-256 c069fdc339a67343a9db7c42d6fae0957253d1b2fb02abe4a59e62d18559d187

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page