Unread response indicator in spotlight search dialog
Hi there, For those users who make use of keyboard shortcuts, it would be immensely helpful to include a visible indication of new messages in the spotlight search (ctrl + spacebar) dialog next to each direct, group or channel chat. See attached screenshot for an example. I have noticed that the order of the items in the spotlight search does change if there are new messages, but this does not provide enough information to the user on what is outstanding. A red circle or star next to the name would
@channel (mention all)
how do I mention the entire channel ?
Is there a stand up meetings bot to use or is this in production?
I'm wondering if there is a stand up meetings bot or would I create the bots by specifying the command and messages? Thanks so much
Suggestion in context handler
Using suggestion option we can provide choices to user, my query is whether we can add suggestions dynamically or we have to create a map for each value like this suggestions = Map(); list = List(); entry = Map(); entry.put("text","Contacts"); list.add(entry); entry1 = Map(); entry1.put("text","Channels"); list.add(entry1); response.put("text","Hey " + user.get("first_name") + " ,choose one option from the list! I can help you with these. :smile:"); suggestions.put("list",list); response.put("suggestions",suggestions);
Use cliq context just to store a variable, nothing else
I am trying unsuccesfully to use the context just to store a variable, nothing else. I want to store the variable from Menu Handler and afterwards recover it from a Function. Can this be done?
How get the value of code and name in JSON response??
{ "response_code": 200, "route": [ { "no": 1, "scharr": "SOURCE", "schdep": "06:15", "distance": 0, "halt": -1, "day": 1, "station": { "name": "KALKA", "code": "KLK", "lng": null, "lat": null } }]
Cliq Bots - Let your bot welcome it's subscribers via the welcome handler
In this post, we're going to shed light on how important it is for a bot to greet subscribers with a welcome message. We'll also be looking at how to configure a simple yet effective welcome handler! A welcome message is the first and the most important action / interaction performed by your bot. But why is it so important? A message that explains the user what the bot does will provide them with a concrete understanding of how the bot can help them. Including a call to action, such an instant
Better support for voice notes.
Hello! I see some opportunity for make a better "voice note" use on Cliq like another messanger-app. - Downsize the format file for fast transfer and low use of data (Not use .WAV, use MP3 ex.) - Using the name-user-chanell-time to make a more easy search and find notes (not 1531412354131.wav, more human read like SalesChannel-Stevens-20180209-21:33PM.mp3) Regards
Using Cliq's IRC channel on weechat
Hi, I am not able to connect to the IRC channel of Cliq on weechat. I am using the server irc.zoho.com:6697 I am connecting with SSL and using SASL authentication. I get the following message and the server gets disconnected: irc: reading data on socket: error -110 The TLS connection was non-properly terminated. Any help would be greatly appreciated. Thanks
Left Side Menu items not showing
Both the Mac app and browser Cliq wont display Contacts, channels, Direct Messages etc. User attempted to reload, sign out and back in, close and reopen. None worked. User is listed as active in User List.
Cliq on Fedora/CentOS
HI, Where can i find a rpm file to install Cliq on a Fedora Desktop ? Regards, Mathieu
DropBox
How can I access my DropBox to attach a file from my android mobile device?
Channel not loading
Hi, One of my channel is not loading. I have tried both in Cliq web app and Zoho mail app. Rest all channel are working fine. What could be the reason and solution?
How do I delete an organisation?
Created one to test the site out, and now I can't join another one... Also can't log in on the forum with my account so I was forced to login with FB
Cards & Functions: An inside view into how Cliq's custom buttons work!
Message cards are simple templates which can be used to customise messages. In other words, responses on triggering an integration component (commands/ bots/ message actions) can be customised as a message easily with the templates. A message card can be styled with a title, image, buttons, table and so on! Adding a button helps in making the message more interactive and also provides a call to action. So where does a function fit here? A button can be triggered to perform an action on click, only
For using google's geo location api which scope should we select while making a connection with google ?
which scope should I select if I want to use google's geo location api?
Cliq mobile apps: Your workspace at your fingertips anytime, anyplace
Have you ever felt that: - once you leave your workspace, your work comes to a standstill? - phones provide nothing more than notifications and no actual work is done through them? Well we have! And hence we built our apps in such a way that you get to stay connected as well as work from anywhere on the go, be it in a morning coffee queue or in cab! Cliq mobile apps has evolved from just a business chat app to The Business chat app . So now let's take a quick look at some features of both iOS &
Cannot direct message anyone on my team and all previous direct messages are gone
Tried clearing cache, logging out and back in again, supervisor reset my permissions, restarted computer. To me, it sounds like a problem with my account, but I can't even chat with support because that option is gone from the Help & Support section of the program. Any ideas?
Message Actions: Do more than just Forward, Reply on your chat messages by creating custom actions
Message actions are user actions or interactions performed on a message. Usually, when a message is sent or received, a user is likely to perform some task after the message has been sent/received. All chat interfaces come with a default set of message actions such as Reply, Forward, Delete, Share and so on. But what if these options do not satisfy your requirements? Cliq solves this shortcoming by providing an option to create custom message actions! Let us consider a situation where the #design
Zoho Cliq : Error Message "Sorry, Looks like something went wrong on our end. "
Error Message "Sorry, Looks like something went wrong on our end. " after launching Cliq Desktop App on 64 bit windows 10 system
USER UPGRADE
Hello Zoho We would like to upgrade the number of users from 16 users to 25 users, could you please avail us with the quotation thanks IT Norvik
re classifying channels and prevent user to join certain channels
hi, I created an organisation wide channel but a person outside the channel whom I have not authorized joined themselves in a channel, I have removed him but I want to prevent such situation. could you please inform me ways which I can make the channel more secure and limited to people I share it with? Srijan
How do I get to "Admin Panel"
I just started a Cliq account. I am the sole administrator. As I read the documentation, I keep seeing reference to an "Admin Panel". I see no way to access this from my Cliq account. How do I access this panel?
this bot is not able to display the url or link
This is currently not working.. Can u tell me the error response = Map(); if(message.containsIgnoreCase("MAKE") || message.containsIgnoreCase("RECIPE") || message.containsIgnoreCase("COOK")) { url = getUrl("https://m.recipes.timesofindia.com/recipes/" + message.getSuffix("make").toLowerCase() + "/"); dishlist = url.get("recipes"); rows = List(); count = 0; for each news in dishlist { count = count + 1; row = Map(); //row.put("View Link", url ); if(count <= 10) { rows.add(row); } } return {"text":"Hello!
get url error for .html webpages in slash commands
the following is the code for slash command in cliq to get the movie review. it shows cannot have .html in geturl.. but when i give the command it is neither working nor responding... film = options.get("film"); mapUrl = "https://www.behindwoods.com/tamil-movies/" + encodeurl(film) + "/" + encodeurl(film) + "-review.html"; resp = getUrl("https://www.behindwoods.com/tamil-movies/" + encodeurl(film) + "/" + encodeurl(film) + "-review.html"); info resp; status = resp.tomap().get("status"); if(status
YouTube - videos and music you love in Cliq
Today's extension in Cliq is YouTube - the most popular video site where millions of users upload and watch videos every minute. I'm sure not a day goes by without watching at least one YouTube video. On account of this, Cliq provides YouTube Extension so that you can watch any video from your chat window without navigating to another tab. To watch YouTube videos, you must install the extension from Zoho Marketplace. Check out here for more details. After installing, it's just one command and a click
Disabling File Attachments
Hi, I want to disable that users attaching files in between chat, is there any option for the same? Thanks, Babu Jayaraj
Can't add external zoho users to Cliq
Hi there, I am trying to use cliq as a collaboration tool with my clients, all who have their own zoho accounts. When I try to add them as a contact within cliq, I get the error "email-example.co.uk isn't a Zoho user yet." What makes this more unusual is that if I try to add a gmail user, the message invite sends fine. I was really hoping this would be the answer for me to stay easily connected with my clients, but so far it is not working. Can you offer any help on this?
Cliq with non Zoho users
Can Zoho cliq be used with non Zoho users i.e cross platform chat with gmail yahoo or other webmail users
Deluge Code Formatting
When writing context handlers it becomes extremely difficult to read the code because you can't have any line spaces. Any possibility of improving this? EG: Current code works { context = '{"id":"Room Service","timeout":"300","params":[{"name":"room service","question":"Great!
Cliq Bots - Building conversational bots with a series of questions and user inputs!
We all know how important it is for a bot to manage the conversation flow with a user. And so, here we bring to you the bot context handler! This post introduces the concept of a context and how a chain of questions and user inputs can be achieved through the context. Simply put, the context allows the bot to ask a series of questions pertaining to a topic of interest. The responses or the user inputs are then collected to perform an action at the end via the context handler. Sounds interesting?
Stack Overflow in Cliq - one stop solution for developers
Hello all, We've been seeing about integrating extensions to your Cliq account for accessing various apps right from within your Chat Window. Today let us see about Stack Overflow Extension. What is Stack Overflow Extension? How can I use it in my organization? Is it really helpful to me and my colleagues?.... are some of the common questions that will cross your mind when you read the above lines. Let's find out the answers to these questions. Stack Overflow is a question and answer site for programmers
Context handler does not work on iPhone app. Crashes!
I've used the sample code from your help pages regarding the context handler and it consistently crashed the app. It consistently crashes upon the second context input code sample on the Context Handler page causes the iPhone app to crash. I'm using iOS 11.2 When I iterate through the Room Service context it crashes after I choose "House Keeping" or "Maintenance" https://www.zoho.com/cliq/help/platform/bot-contexthandler.html == Sample Message Handler Code response = Map(); if(message.containsIgnoreCase("ROOM
Enterpise Level Security on Cliq and Connect
We are a reseller of Zoho Services and we have several enterprise clients who are nervous to use Cliq because of the lack of enterprise type settings. The main example is that an admin is not able to access ALL Cliq interactions between employees as well as any outside organizations who might be collaborating. In addition, we do not see any controls to determine if users are allowed to delete communications or channels. We also need the ability to journal/archive messaging for compliance reasons.
Appear.in - one click video conferencing from your chat window
Jump into live video discussions with just a click, well it's actually a command and a click! Read on to learn more. In user-education@TeamZylker channel, a discussion about forums is going on. The members are discussing on how to deliver quality forum content to their audience. It is Friday eve and plans start to fly high between friends in their group chat. Each person wants to do something else and the group is filled with back and forth banter. In both the above scenarios, text conversation
Pulling data from CRM
So I am trying to link a record from CRM into Cliq but after I type /zcrm Contacts (anything) -- the window just blanks out and nothing returns. Is there a proper way to use this that I may be missing?
Zoho Cliq Contact List Directory Management
I have a question. In Zoho Cliq. In the Desktop app on the left hand side. Is there a way to make a directory for contacts? Like Contacts per department in my org? So contacts show up under a department. I know that creating a channel allows entire team discussions and anyone the mods want to add can join that channel. I am looking for something like this -Contacts IT Department 1.User 1 2.User 2 3.User 3 Design Department 1.User 1 2.User 2 3.User 3 Payroll 1.User 1 2.User 2 3.User 3 etc...
Cliq Bot: "Context Handler" - Any information on this?
Hi, I guess zoho is just releasing all this stuff but does anyone have any information, code samples or documentation on the "Context Handler" within Bots. I presume it's for passing back data to the bots describing the "context" of the conversation... EG: the user intent which should all us go deeper into a conversation. any info much appreciated
Which version of Cliq is included with Zoho One subscription?
Which version of Cliq is included with Zoho One subscription?
Integrations: Find the best business in town through Yelp right from within your Chat Window
You had a busy day and at the end of day you are in a mood to go and chill out. You wanna discuss with your friends and see if they are interested. So how do you proceed? Simple, yelp extension is there to save your day, well at least the end of your day I'm sure all of you must have a group chat or private channel exclusively for friends. Head there and start a conversation, be sure to include yelp too! Just type /yelp (what you are looking for) in (place) and yelp will give you top 5 suggestions.
Next Page