CRM Plugins

Plugins are a way to add new features and modify existing functionality without changing the main codebase. Create a new Plugin Plugin List BEFORE CREATING A PLUGIN, YOU MUST ASK PERMISSION FROM YOUR TEAM LEAD! Core Plugins These plugins provide core functionality to other plugins. Standalone Plugins These plugins provide full-stack functionality on their own. […]

Read More

Database Plugin (cl_db)

Database plugin is used to get access to the CRM’s database. It exports a function called getDb. You can call the function to get a connection o database. ID: cl_db Exports getDb(): () -> PrismaClient Example Usage Install the plugin Or if you are using npm Import it wherever you need it: faheem

Read More

WhatsApp Automation

User Guide API WhatsApp Automation API is built using PHP and it uses a simple bridge to send messages to Python program. It supports a single end point for sending messages, details are given below: https://<your-domain.com>/admin/SendSMSAPI.php Parameters Parameter name (GET or POST method) Description SMS The mobile number to send the message to should contain […]

Read More

Where can I find the documentation?

It has been said that astronomy is a humbling and character-building experience. There is perhaps no better demonstration of the folly of human conceits than this distant image of our tiny world. To me, it underscores our responsibility to deal more kindly with one another, and to preserve and cherish the pale blue dot, the […]

Read More