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?
Zoho Cliq 4.0: Developer Platform
Greetings, Cliq community! We are excited to announce the latest updates in the Zoho Cliq Developer Platform as part of our Cliq 4.0 release. This release brings a host of new features and enhancements that are aimed at making the development experience
User Tips: Create a bot & have users chatting with ChatGPT in 30 seconds!
If you want your users to be able to chat 1-1 with a bot, this post is for you! This builds on the great post by Poorvik Palanikumar here that walked users through the process of creating a bot that could respond on a channel. If you followed that post
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
Connections: How to integrate Cliq with third party applications?
Creating an integration component (Commands, Bots, Message Actions, Functions) that connects Cliq with another third party service can be implemented by Cliq Connections. Now let us assume you are building a Wrike extension for Cliq. You want the extension to be power packed with all the below features - Slash command to show the tasks you've added in your list. A bot that notifies you when a task is assigned to you and also reminder notifications for upcoming tasks! A message action to create
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
Custom buttons fail to open non https/https links like tel://, sms://, sip:// and sips://
Hello, I'm currently trying to add functionality that would require the use of certain URIs. For the immediate moment I'm needing to use those that are listed in the title of this post (with or without the "//"), but I'd like to future-proof my request
Sending files through command in threads results in error
I have a command which accepts files with command and sends them in over service but if i use it in threads it results in infinite loading bar under text field. Also i spotted an error in browser while doing this
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
Webhook is not triggering on editing of messages in any channel.
I have configured a webhook in my zoho cliq channel. When any message got sent to that channel. The webhook got triggered and sent the data of that message to my specified url. But when I'm editing any message, then the webhook is not sending any data
Get your emails from Zoho Mail delivered in Cliq
With a major part of communication happening over emails, it becomes quite a task to keep up with a large amount of email threads. But when a huge portion of your everyday conversation happens in a messaging platform like Zoho Cliq, why not bring in important
Issues with Apple silicon M1 chip macbooks
Using m1 air and getting below issues. 1. Can't able to change/apply the filters or effects from day one I am using the app. The feature works great on windows but not on the m1 chip MacBook. 2. Cliq app stops responding when the MacBook awakes from sleep.
Get zoho cliq user images ( API )
Hello everyone, I have a small doubt that I try to expose, in the hope that someone can help me. I am a developer and in the past we have integrated the Zoho Cliq system into a webApp using the appropriate api (https://www.zoho.com/cliq/help/restapi/v2/).
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
Duplicate result in users API
Hello! I am writing some Go code, to retrieve users from endpoint: https://cliq.zoho.com/api/v2/users, and I want to test the pagination so I send a limit of 1 and loop over the returned `next_token` until I get `has_more` set to false. I have three
Fetch records from CRM connection for specific use, date range and status field
Hi folks, I have got a deluge script (in a Zoho Cliq widget" that is pulling records from the Cases module in Zoho CRM. The script is working fine - BUT I wan to limit the records being pulled to a very narrow condition as follows: 1. the logged in user is the Case Owner AND 2. the Case Status is not one of the following ("closed", "rejected") AND The deluge current call to the CRM is as follows: inquirylist = zoho.crm.getRecords("Cases",1,20,{"":""},"zohocrmauth"); Problem 1: I am unclear how to
How can I (via deluge) make my bot post directly in a channel.
Dear community, I have the following question: How can I (via deluge) make my bot post directly in a channel. I've tried to use the function: zoho.cliq.postToChannel("testchannel",{"text":'testtext'},"conectionzohocliq"); And it posts in the channel with
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
Assigning Private, Organization-wide, Team based on the Slack Channels vs One Assignment for All
I'm migrating from Slack to Cliq. My Business version of Slack provided all Private and Public Channels, as well as Direct Messages (i.e. chats in cliq). However, on Step 3 of the migration, I am told to either assign all the Channels to the "Organization"
Can't use bot webhook, receiving 401 Unauthorized
I've created a custom bot and activated the default "Incoming Webhook Handler" code. Then I tried to send a POST on its "Incoming Webhook Endpoint" (something like this: https://cliq.zoho.eu/api/v2/bots/{bot-name}/incoming) and appended the token I created
Improve Cliq integration with Gitlab
Developers, Please, consider improving the integration between Cliq and Gitlab. This extension needs to improved. The main features that a team needs with this extension are related to updates in Merge Requests. But it doesn't send a message when a Merge
Cliq Bots - How to make a bot respond to your messages?
Bots are just like your buddies with whom you can interact. They carry out your tasks, keep you notified about your to-dos and come in handy when you need constant updates from a third party application. So, how can you make your bot respond to a message? The bot message handler is a piece of code triggered when a message is sent to the bot. Message handlers help you customise your bot responses to make it look conversational. The message input from the user can be either a string or an option selected
Ability to create group conversations/chats with Deluge
I was wondering if it is possible to create group chats via a custom message action utilizing Deluge? We currently have a channel where people go to bring up issues, so we are constantly forking conversations from this channel. The biggest issue with
Get all messages from channel in Cliq API
Hi, I was wondering if there is a way to get messages from a channel in Cliq chat. I went through the API documentation here: https://www.zoho.com/cliq/help/restapi/v2/#cliq_rest_api but the only relevant thing was a last message info, which is not enough for a web site chat integration. Is it possible to get a list of messages from a Cliq channel? Let me know if I missed something and if there is a solution to it. Thanks in advance.
Deluge Webhook: Exception - 'SSLException'
Hello, Can you please help with invokeurl function. We try to inform our server about new massages posted from Cliq with Webhook, so this is our Deluge code: response = Map(); datas = Map(); datas.put("user",user); datas.put("data",data); app = invokeurl
Generating an OAuth 2 token for Cliq
OAuth 2.0 protocol is a way to authorize and authenticate API requests. It allows third party application developers to let their users access and use the resources securely. This post will walk you through the steps involved in generating an OAuth 2 token for Cliq. Follow the steps given below to know more on how to generate an OAuth 2 token for Cliq. Step 1: Generate Client id and Client secret You will need to register your client app before getting started. A registered client app will be assigned
Cliq Bots - Get notifications about any action on an application with the incoming webhook handler!
Webhooks can be used to get notified about events happening in other applications inside Cliq. All bots in Cliq have their own incoming webhook endpoint. This makes it simple to post messages to the bot from external applications. Unlike the send message
Bot Auto Post
Hi! Is it possible fora bot to auto post to a channel when it receives a message? For example, we are using the bot, through Zapier, to receive Twitter reports. The bot is used for information receiving not posting. Can the post flow directly into a
Zoho Chat Embedding Widget
I'm assessing Zoho Cliq's features and while the API functionality is everything that meets my needs, I want to know if there is currently a way to embed Zoho Cliq into my own website, or if there is a consistent way to get a URL into a specified Zoho Cliq chat channel. So far my research hasn't turned anything up. Please advise.
Cliq Integration for GitLab
Hi Team, It would be beneficial for users if there is a Cliq Integration for GitLab Version Control app like BitBucket. Or is there any other work around to link it.
Cliq Slash Command Suggestions - Is it possible to have multiple levels of suggestions?
I'm starting to use slash commands and find them very useful. Is it possible to have multiple levels of suggestions? For example: Enter /command Receive Suggestions 1, 2 & 3 Pick suggestion 1, then show user suggestion 4, 5 & 6 On section of 4, 5 or
Better Channel organization
Ability to sort, pin and organize channels with Sections & sorting would be very helpful. We have hundreds of channels. Slack makes it simple to organize our channels using sections and sorting in specific orders. The idea of sorting channels based on
Zoho Cliq Incoming Webhook Changes and 401 Issues
Since Nov 20th, my existing webhooks into Zoho Cliq stopped working because of migration to OAuth2. I tried to follow the instructions on the api page to generate the access token ... https://www.zoho.com/cliq/help/restapi/v2/#authentication I was able
Cliq Crashes on iphone iOS 14
How do I stop Cliq from Crashing on my iphone while I'm writing a cliq message. I upgraded to ios 14 and now I can't count on Cliq. Please help!
How to tag a user within a message via API
How can we tag a user within an automated message when posting to a channel from within the CRM via custom function Scenario We have accounts who get put on credit hold when they don't pay. When we do this it triggers a custom function to post a message
Next Page