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.
Cliq- what if i don't have a team, can my client chat in there?
Hi there, i am new to the whole Zoho platform, could you please tell me if I can use this for a client? I won't have a team, I am a single entity and would like too use this if i needed to chat with a client or potential customer. Thank you
Channels in Cliq
Hello peeps! Today we are going to see about Channels in Cliq. Channels is a medium for instant communication and collaboration with users in and out of your organization. Click on the (+) of channels to create one. Let's see in detail the types of Channels offered by Cliq. Cliq offers 4 types of Channels: Organization, Team, Personal, and External. Organization: Anyone can create an Organization level channel. It can range from anything to everything. eg: #Announcements, #Technews, #Press, etc...
How to disable permission for enabling GUEST chat
How to disable permission for enabling GUEST chat
Bot Basics - Cliq bots for productivity, fun and much more
When we think of bots, the first thing that comes to our mind is how they make lives easier by taking care of repetitive tasks, we humans would otherwise do. It is evident that bots are supportive by taking form as our personal assistant or a friend. Isn't it cool to have a bot notify you about a task, remind you just in time about a meeting, get your Facebook notifications, posts your tweet? The chatbot market is booming at a crazy rate, now's the time to build your bot and push it out as an extension
searchRecords() arguments error
Hi, I'm new to Deluge so please accept my apologies for this very beginners type of question! I am trying to create a custom command within Cliq that will list all Open tickets within Desk. The problem I am getting is when I use the searchRecords() method, I enter in the 5 required arguments, but it still asks me for the other 3 optional arguments: Number of arguments mismatches for function zoho.support.searchRecords Required :8 arguments Found :5 arguments Have I misunderstood the documentation
External users
how do i add outside people to cliq? (vendors, drivers, etc) I've added them to connect...
Cliq Channels - Join & Leave
Hello everyone, By now all of you must have got an idea of our Cliq Channels. If not then it's fine, just continue through this post. Why are channels needed? What is the use of channels? How does it help me? Channels are a way to collaborate with anyone and everyone instantly for anything from projects, work to entertainment and hobbies. Let me list out a few channels I have mentioned so far in previous posts (Cliq Channels) to get a better idea. Creating a private channel (#Project 1) for a new
Cliq Channels - Clearing a Channel
Previously we had seen Delete and Archive features of Channels. Today we will see about clearing messages in a Channel. Why do I need to clear messages? What is the difference between deleting and clearing, they both sound the same to me... must be the questions you are having now. Scenario1: You create a channel #twitterpost and configure a Bot to post in the channel, whenever someone tags your company. To configure the Bot perfectly, you do trial posts leading to many junk messages in the channel.
Next Page