This action sends a notification to a Zoho Cliq chat window, allowing teams to monitor ticket activity directly from their Cliq interface. To configure it, user need to provide an Incoming Webhook URL and a notification message.
Setting up the webhook involves navigating to the Zoho Cliq platform, selecting a bot, editing its Incoming Webhook Handler code, and optionally modifying the code to convert HTML formatting into Cliq's markdown format (for example, converting <b> tags to * for bold text). After saving, user can copy the Incoming Webhook Endpoint URL, generate a Webhook Token, and append the token to the endpoint URL. This combined URL is what needed to be pasted into the Send Cliq Notification action configuration.
Once active, whenever the associated workflow rule triggers, a notification will appear in the Cliq chat of users subscribed to that bot.