A Cliq Widget is an interactive panel rendered inside the Zoho Cliq interface, typically triggered by a slash command or a button in a bot message. The widget is defined using Zoho’s Widgets SDK, which provides UI components such as text inputs, dropdowns, checkboxes, and date pickers. When the user submits the widget form, the data is passed to a Deluge function that processes the submission and may post a confirmation message or update an external system.
Use a Widget when a user action requires multiple structured inputs that are impractical to pass as a single slash command argument. Common use cases include creating a leave request, logging an expense, or raising a support ticket directly from chat. Widgets are also appropriate when input validation matters and you want to guide the user through a defined set of fields rather than accepting free text.
Widgets require the Zoho Cliq Widgets SDK and are built using HTML and JavaScript hosted externally or within Zoho. The widget URL must be registered in the bot configuration. Because widgets load an external frame, ensure your hosting supports HTTPS; plain HTTP URLs will be blocked. Test widget rendering on both the Cliq desktop application and the web browser version, as layout behaviour can differ slightly between them.
A Slash Command accepts a single line of text typed after the command keyword and passes it directly to a Deluge function. A Cliq Widget, by contrast, opens an interactive UI panel with multiple input fields, dropdowns, and validation. Widgets are suited to structured multi-field inputs, while slash commands work well for simple lookups or single-parameter triggers.
Yes. A Cliq Widget is essentially a small web application loaded in an iframe inside Cliq. The HTML and JavaScript files must be hosted at an HTTPS URL that Cliq can reach. You can host them on any web server, including Zoho Catalyst or any cloud hosting provider. The widget URL is registered in the bot configuration in the Cliq developer panel.
Aaxonix is a certified Zoho implementation partner based in Pune. Architecture-first, no surprises.