Cliq iOS can't see shared screen
Hello, I had this morning a video call with a colleague. She is using Cliq Desktop MacOS and wanted to share her screen with me. I'm on iPad. I noticed, while she shared her screen, I could only see her video, but not the shared screen... Does Cliq iOS is able to display shared screen, or is it somewhere else to be found ? Regards
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
Managing external users for Cliq when organization is a Zoho One User
Hi All, I am having a problem and would like to know if anyone else has experienced the same and more than anything if you were able to resolve the problem. My problem is that I set up Cliq and finally got all users on board and using the chat in place of email. Most of our users are external subcontracted teachers that we need to from time to time coordinate things with. Well, once Cliq became a part of Zoho One, I worried that I would then have to add all of the external users to Zoho One. Of course
Whatsapp Notification For Cliq
We have integrated WhatsApp Business into Zoho CRM, and messages are coming through to the CRM. However, I want a notification message to be sent to the data owner in Cliq when a new message arrives. This doesn't seem possible through rules. Is there
Get user images by API
Hi For our internal management software, I want to retrieve user photos via REST API: curl --location --request GET 'https://profile.zoho.com/file?fs=thumb&ID=<zoid>' \ --header 'Authorization: Zoho-oauthtoken <token>' The token has `profile.userphoto.ALL`,
Is it possible to add a note on a record in the Quotes Module directy from Cliq?
I know Zoho Cliq allow us to add notes to the existing records in Leads, Accounts, and Contacts module directly from the Cliq chat or channel by clicking on the More icon. But is it possible to add a note on a record in the Quotes Module? If yes, how
Emoji support
Hello, I found Cliq support a small subset of emoji characters. specifically the flag set is completely missing. It was one of he first set available when the Unicode group released it. Is there a roadmap to support flag emoji and possibiliy update the existing emoji sets ? Thanks :)
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
Recording calls made with Cliq
Hello, Is there a way to record video conference calls in Cliq?
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
Remove 'Check In'
Is it possible to remove the 'Check In' option and attendance function from Zoho Cliq? We don't require this functionality.
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
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");
Alphabetical order of channels?
Is it possible to have the channels in Alphabetical order?? I have used Pins to achieve this however as soon as I exit it resets to random ordering which is very difficult to search.
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?
Features Requests: Notification settings for each chat and set specific notifications for messages via API/Deluge
By The Grace of G-D. Hi, Like many others, we utilize Zoho Cliq in various ways. A primary use case for us is receiving notifications from different applications, automations, and client accounts. Two notification features that would be beneficial for
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.
Embedding of Zoho Cliq Into Notion Page
Hello! Right now i'm trying to create client portal for my clients in notion. They will be able to see all tasks in kanban view, they will be able to ask me for new assets development and so on. But what I'm not sure how to do is: how can I integrate(embed)
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
How to integrate zoho projects with channel in zoho cliq?
hi everyone our firm has zoho projects and zoho cliq plan both they are integrated together but issues I am facing is how to integrate channels in cliq to zoho projects so that i can get project notifications directly in my channels please help its really
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
Widget that displays a document or HTML page
Hello. I'd like to write a document for my team that simply lists links to the main tools we use in our company. For example, instead of a link to Zoho CRM, a direct link to a specific view in a specific module, and other links to many other tools like
About cliq's bot
I have an urgent question. I have created a bot in cliq to handle incoming webhooks. Is it possible for the bot to retrieve the cliq database or save a new one? When I receive a webhook, I search the database and nothing is returned. Here is the actual
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
Post message to channel by email
Hello, I'm trying to figure out how to post a message to a particular channel in Cliq by email. I was told it was not possible in the past, but wanted to see if anyone has any suggestions. Thanks! Eoin
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
Embedding cliq in a web page or otherwise communicating to cliq from a web page
Hi, We're finishing a dashboard for our ecommerce system and want to allow the pick and pack company to be able to chat to us from the order process system. Is there a way to embed cliq in to a web page? If not, is there any other way to communicate with
Markdown blockquote with an empty line?
Is there a way to get an empty line in a blockquote? !adslfkjdslkfjdaslaldskjfdlk;sfaj ! !ads;klfjdsa;lkfjdfl;akjs
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
What is the limit of guest I can add to Guest Chat?
Under PROFESSIONAL plan, there is no mention of the limit of how many I can add
FEATURE REQUEST
Three feature requests that would really allow this app to be above anything else. 1.) Read receipts, that is an essential feature for team communication. 2.) When using the walkie talkie voice message feature, it would be great to have an ability to speed the voice message you're listening to. Example voxer has this feature and when listening to a voice message you have option to play at 1x , 2x, 3x or 4x speed. 3.) Voxer has a feature that you can press and release the microphone to speak, you
Next Page