message var is empty in bot mention handler
Hi, I'm encountering a problem: in my bot's mention handler, I want to retrieve the text the user typed when mentioning the bot. Example: On the #tests-cyril channel, I send this message: “@Donna hello how are you ?” I expect the system variable "message"
Convert a message on Cliq into a task on Zoho Connect
Message actions in Cliq are a great way to transform messages in a conversation into actionable work items. In this post, we'll see how to build a custom message action that'll let you add a message as a task to board on Zoho Connect. If you haven't created
Unfurling Unlimited Possibilities in Zoho Cliq 🔗
Are you tired of your app links looking plain? Imagine if the shared links came to life with custom previews, organized data, and one-click actions, making chats more interactive. With the Cliq platform's unfurl handlers, let's see how developers can
Let's build a dashboard with Cliq Widgets!
While juggling multiple tasks and tracking real-time data, you face a strict deadline for delivering a quarterly analysis report on a blank canvas while switching between different apps. Sounds exhausting, right? What if you could streamline everything
Participation handler does not get triggered on photo comment edits
I'm working on a bot participation handler to automate a task. For this to work, a photo with a comment is required. The bot does see a "message_created" operation, but it does not trigger a "message_edited" when a photo with a comment that has been posted
Post message to a channel using a simple one-line command!
Hi Everybody! This post is all about posting a message in a Channel using cURL, Wget and PowerShell. cURL is a light-weight, command interface used to transfer data to a server. The steps are pretty easy! The three most important points here are Generating an Auth token Get your Channel Unique Name Form your message as a JSON structure Generating an Auth token To use the 'Messaging API' you'll need Cliq's authentication token from Zoho Accounts. Generate an auth token by hitting the below-given
Cliq Bots - Post message to a bot using the command line!
If you had read our post on how to post a message to a channel in a simple one-line command, then this sure is a piece of cake for you guys! For those of you, who are reading this for the first time, don't worry! Just read on. This post is all about how
Automate a CRM workflow with Zoho Cliq
Imagine having a virtual assistant that provides rapid updates to your team through Zoho Cliq, helping you stay on top of your sales processes. After returning from a client meeting filled with updates and action items, managing this information together
Numbered / bullet point List in Zho Cliq
Hi, is there a way to format chat messages in Cliq like this Topic 1 Hey, I finished this project yesterday etc... Topic 2 I am still working on this etc...
Access Tokens and Webhooks
I have a linux server application that I want to be able to talk to the cliq chatbot and get a response back to that linux server application. This is for the linux server application to check the chat/channel's message history in Cliq. The Zoho API console
Automating leave alerts in Zoho Cliq
The constant ebb and flow of employee absences can disrupt projects and hinder productivity. With Zoho Cliq's leave alert automation, you can easily keep your team informed. Real-time notifications can be sent to team chats, ensuring that everyone stays
Automating Employee Birthday Notifications in Zoho Cliq
Have you ever missed a birthday and felt like the office Grinch? Fear not, the Cliq Developer Platform has got your back! With Zoho Cliq's Schedulers, you can be the office party-cipant who never forgets a single cake, balloon, or awkward rendition of
Developer option
As a developer which feature would you love to have in Zoho cliq. I am gonna create an extension in zoho cliq. I would love to hear from you guys. you inputs might help me win cliq trix. If you even have any common suggestion don't hesitate to put it
Databases Function Error
Hi, I have created a form in Zoho Cliq, and I want to store the data in a database. I have also created a database form and executed a function. However, after saving the code, when I enter the field value, it shows 'function does not exist'. How can
Integrate check in/check out notifications in Zoho Cliq with Zoho People
Hello everyone, Today, we wanted to share with you a useful tip on how to integrate check in/check out notifications in Zoho Cliq with Zoho People. By integrating these two Zoho apps, you can ensure that your team members receive timely updates on the
How to send a message to my zoho cliq channel?
I have a cron job running on my remote server. It checks for a condition and if satisfied it has to send a message on my cliq channel. Now I was able to get the api endpoint url but then it requires auth token? How do I get one. I tried using developer
integrate Zoho Cliq with Cht GPT
Hello I am currently trying to integrate ChatGPT with the bot I created in Zoho, but I have encountered several issues. Despite following various online guides and using different codes, I am unable to get the integration to work as expected. The codes
Cliq Schedulers - Configure a scheduler or ten to manage work effortlessly!
About schedulers Schedulers are the newest addition to Cliq's Platform Components and also a blessing in disguise to manage our ever growing list of work items! Schedulers allow you to trigger and perform timed actions. These actions can be anything such
Fetch all chats for a user through API
Hi, I am looking into the API for fetching all direct chats for user https://www.zoho.com/cliq/help/restapi/v2/#retrieve-chats , the problem I am facing is that there is no pagination and I might miss certain chats with upper limit of 100. I tried to
Enhance Bot Functionality for Scheduled Reminders
Dear Zoho Cliq Team, We are writing to request an enhancement to the bot functionality within Zoho Cliq. Currently, bots can be added to channels and send messages, but they lack the ability to schedule reminders. Our team utilizes a deluge code to send
How to get message by id? Preferably with all formatting
I want to create function that updates pinned message in cliq's chat (changes mentioned users in message). In documentation there is code: response = zoho.cliq.editMessage("22306xxxxxxxxxx6126","159xxxxxxxx97_3354xxxxxxxx396","Hello", "cliq_connection");
Code emoji lists
Hi, Does anyone know the lists of emoji codes? so I'm planning to use emoji code for the icons in my application so e.g. :smile: for smile :sad: for sad and :slight-frowning: Sad and smile or other single-word icons work fine, however when using :slight-frowning:
Cliq Bot not responding to forwarded messages
I have created a simple Cliq chat bot that takes in a URL and provides a response, and it works as expected when copy-pasting the URL and sending it to the bot. However, when messages are forwarded from other conversations to the bot, it completely ignores
Never miss a sprint meeting | Get instant Zoho Sprints meeting notifications in Zoho Cliq
Tired of forgetting your sprint meetings? Let's set up automatic notifications from Zoho Sprints to Zoho Cliq. What is Zoho Sprints? Zoho Sprints is an Agile project management software that helps dynamic teams plan, track, iterate, and deliver their
Zoho Cliq create remind api
I was trying to create a message as reminder in a chat, I been used the cliq remind api, i couldn't get the output as normal as i expected. rather i got errors, please help me with solving the issue. Code I used : remindchat = invokeurl [ url :"https://cliq.zoho.com/api/v2/reminders"
zoho cliq create remind api
Hi there, I've been developing some bot in cliq bots and tools using deluge, so I was using the remind api to remind a chat in group, code i used: remindchat = invokeurl [ url :"https://cliq.zoho.com/api/v2/reminders" type :POST parameters:params headers:header_data
How to trigger a form from a message card's button in Cliq
Hi all, I would like to implement the following use case for my teammates: At 5 PM every Friday, a notifier (message card) will be sent to all teammates via a bot. Teammates will click on the button in the message card, which will trigger a form. Teammates
Looking for Developer to assist with Chatbot building
I am with Resource Management, we are currently looking for a developer who can assist with editing the script for our chat bot. Please inquire here. I can provide a diagram of what we wish our chatbot to accomplish. Thank you in advance.
zoho cliq - DateTime Auto detection
Hi there, I saw that whenever I send or receive any chats in cliq, it always highlights the words like, Monday, friday, June 20, today, tomorrow,.. always highlights and when clicked asks for three options to set reminder,. So I want to know is this auto
Post to Bot from CRM Custom Function
I'm trying to post text to a bot with the code below (from zCRM). It works fine when using "Save & Execute" but will not run when triggered with a workflow. Scenario: User creates a quote and a Bot informs user of the Shipping cost. Any idea why the code will not run when the custom function is triggered within a workflow rule? My code snippet is: //Compose msg to post to cliq msg = "Shipping estimate for Quote #" + quoteNum + " $" + finalShipping; mp = Map(); mp.put("text",msg); mp.put("broadcast","false");
How to Auto-Add Guests to Cliq?
When users register their new account on my website, I want to 1) automatically add them as a Guest to join the conversations/channels on Cliq and 2) Get them added WITHOUT requiring them to verify their email or go through any extra steps. example: They
Deluge Task - Add Channel Members by Email ID
Hello, I would like to add specific user to Cliq Channels, below is the Rest API documentation POST https://cliq.zoho.com/api/v2/channels/{CHANNEL_ID}/members Payload : {"email_ids":["scott.fisher@zylker.com","ryan.west@zylker.com"]} ========================================================
Zoho Cliq x Bot to send message to channel
Hello, I am trying to integrate Zoho Cliq & Zoho Connect to achieve below: Whenever a post is posted on the wall of a group under Zoho Connect, a message card is sent by a bot to corresponding channel. However, it is found that I have to add the user
Database read or write always returns empty in Bot Webhook handler
Hello, there seems to be some problem with database access in Bot Webhook handler When testing with : values_map = Map(); values_map.put("key","abcd"); response_map=zoho.cliq.createRecord("test_db",values_map); It works well in other parts. But it never
Zoho cliq webhook
Hello, I am trying to use Cliq webhook to send messages to a channel. However, I get The size of the key 'text' has exceeded the character limit of 4096. error is there a way to send more than 4096 characters? if so can you please give me an example of
Hyperlink
How can I convert plain text to a hyperlink in a Zoho Cliq response from slash commands/bots? I know if you return the actual link, you will be able to open it in a new tab, but how can I do that with any string of text?
Calculating response time to chats in Cliq
Hi Team, I would like to have a tool or analytic integration that provides the average response time per user in general and a specific chat. Inter department response time is a thing in our company, and I need to be able to measure it Thank you
Bot Code to Add Cliq message to a Task Board in Connect
I'm looking for some 'template' deluge code to create a Cliq Message Action which creates a Task in a specific Connect Task Board.
I am unable to get details of channel using Zoho REST API https://www.zoho.com/cliq/help/restapi/v2/#Channels_Retrieve_a_channel
I see the following error. https://cliq.zoho.com/api/v2/chats/{chat-id}/messages?fromtime=1546344120000&limit=1000 { "message": "Sorry! Looks like you are not part of this channel.", "code": "not_channel_user" } Also, I notice that I am not able to view
Stay Informed with Task Notifications from Zoho People in Zoho Cliq
Staying on top of tasks and deadlines is important for effective project management and collaboration. By setting up a workflow automation in Zoho People, you can receive instant notifications to keep you informed in real-time within Zoho Cliq whenever
Next Page