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
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
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
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...
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
I being admin exported data of Zoho Cliq - Chats and Channels of my organization. However, I don't see all the data. For example, data before 2020 couldn't be retrieved for few channels.
I being admin exported data of Zoho Cliq - Chats and Channels of my organization. However, I don't see all the data. For example, data before 2020 couldn't be retrieved for few channels. Why?
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
Can External Channel Users Invoke a Cliq Function
I have one of my vendors setup up on Cliq so that we can discuss workorders. The workorder requests get pushed from CRM to Cliq and then any questions are resolved there. I would like to add buttons to some of the cards that I push with information that
No option to ADD Cliq user to a Connect Task Chat AFTER it has been created
I have noticed that only in Zoho Connect Chat functions that you are unable to add a Cliq org user after the Cliq chat for that task has already been created, see below screenshots where adding a new participant is not available like it is for normally
How to naviagate across data using breadcrumbs
I am developing a widget for my extension . I am facing few issues 1. When I return from tab 2 to tab 1 my data in the tab 1 get disappeared. The data is not persisting in that tab whenever I navigate . Please refer me some source or docs to rectify
Create a task in Zoho CRM directly from Zoho Cliq
Components used : Slash command, message action. Slash Command: To create a task in Zoho CRM directly from a chat window in Zoho Cliq, follow the steps below: Step 1: Create a command The first step is to create a command in Zoho Cliq that allows users
Cliq 5.0 | Unfurling a Richer Cliq Platform Experience
Hello everyone, This time we're back again dedicated to transform Cliq into your personalized playground, giving you the power to tinker, tailor, and tweak your apps to perfection and extended Cliq's native functionality. We've added some new features
Example of Cliq connecting to CRM and searching a module?
Just wondering if anybody has an example of Cliq bot connecting to zCRM and searching a module for a list of records? Can't find any examples in the documentation and going around in circles testing! Thanks in advance
Slash command
Hello, I created a form in Zohocliq. Here is the code: { "type": "form", "title": "FHG Orders", "name": "FHG-Orders", "hint": "This form takes input from telesales for each order to be sent to DAs", "button_label": "Submit", "inputs": [ { "name": "date",
Cliq - Texting
I am trying to send text messages through the existing integration with Twilio. I have an existing channel that has a from and to cell phone number connected, and I want to send out a text message to a new phone number. I am using the slash commands to
Next Page