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...
Limitations on editing a message in Cliq
Hi I've checked the documentations and there's no mention of how many times a message can be edited. When trying with code, I get various numbers such as ~1000 edits or so. Please mention if there's a limit on how many times one can change a message via
How to add formatting in zoho.cliq.postToUser(...) message?
In a CRM Deluge function, I'm trying to use the message formatting guidelines given here: https://www.zoho.com/deluge/help/cliq/posting-to-zoho-cliq.html#message-formats My message is: message: #Title text. The result in Cliq is: #Title text. (no large
How to add line breaks in zoho.cliq.postToUser(...) message?
In a CRM function using Deluge I'm sending this message and attempting to add some line breaks but they are ignored. Is there another way to add these breaks? My message: message: New urgent task\nDescription \nThis is a fake description.\n A new line?
White screen when connecting Zoho Cliq and Zoho People for birthday notifications
Hi everyone, I'm new to Zoho and I'm trying to set up the employee birthday notifications, following this guide: Automating Employee Birthday Notifications in Zoho Cliq But when I try to connect Zoho Cliq with Zoho People, I just get a white screen and
Will Cliq support Streaming for AI / LLP resposne
Currently LLM APIs stream the LLM response token by token, since waiting for the entire response takes usually ~ 7-10 seconds. Is there any intention in supporting streaming in the Cliq platform? Namely, I'd like to build a chatbot in Cliq and I want
How can I capture the Cliq channel name from Deluge Script?
I am working on a chat automation with a third party tool called Make.com. Using a webhook I am relaying information from the Bot I have created in Zoho Cliq to Make.com Webhook. I am using the Mention Handler of the bot in Cliq to relay information like
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
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
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
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:
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
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?
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
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
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
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
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
Slash Command to Show Deals
In today's Zoho-sponsored webinar, Zoho showed a slash command /crm to present a least of Deals and then somehow post a Note to the selected Deal. Zoho, can you please share the code for this execution handler? Thank you!
I want to use zohocliq's bot to send cliq to individuals.
I would like to use zohocliq's bot to send a cliq message to an individual. The deluge script I want to use is `zoho.cliq.postToUser`. I tried to write the code, but it does not work. Is it possible to send cliq from a bot to an individual?
Embedded Audio in Message Card
Hello, When I upload an audio file to a channel it appears like this: I'd like to know if there's a way to add an audio file player into a message card so that it appears in much the same way. (I am aware that I can create a link to the file in the message
How I getting started with making of Zoho Cliq bot
Can anyone share resources to learn building Zoho Cliq bots
Zoho Cliq API Rate Limit
Hi, According to Zoho Cliq API Documentation: "We have system limitations just to protect from denial of service (DOS) attacks. There is no usage limit on the API". During heavy usage I am getting status code 400: {"code":"request_limit_exceeded","message":"You
Technical error and app issues.
On the app I am unable to see pictures, listen to voice notes, or send any of that. I can get GIFs though and links come in fine. When I get on my computer it's the same thing I can't see pictures or hear voice notes. It saying up at the top after I log
Where can I write the event handlers for Reply?
Hello, I'm having trouble figuring out where I should be creating the handler for the default "Reply" reply for a bot. At the moment, when I click on reply, the bot responds with, "Hey Bryan, You have performed an action on a text. Manipulate the message
Create Thread messages action ? possible?
Hi! Thread are nice on Cliq, but very often we forget to start a conversation directly into a new thread. I would like to create a messages action to create a thread from existing messages within the main chat, but I've no idea on how to write the Deluge
Location of Cliq desktop client settings?
I'm looking at deploying Cliq to potentially many computers and there are a few settings I would like to pre-set for my users. The Cliq notifications are much better (in my opinion) than the Windows ones so I'd like to default every user install to use
Get the URL for the posted message in channel
I'm using the following API to send message in a channel: https://www.zoho.com/cliq/help/restapi/v2/#Post_Message_Channel with `sync_message` flag that gives me back the message_id of posted message. It seems the URL cannot be obtained by a combination
Next Page