How to access a Google Drive image and show it at Zoho Cliq?
How to access a Google Drive image and show it at Zoho Cliq? I am successfully accessing Google Drive and also accessing the file but I am unable to show the image at Zoho Cliq
Cliq Bot - to ask daily questions to certain members of the team
I was developing a Cliq Bot which can ask few questions (user input) at some frequency say daily (user input) to certain team members (user input) and store their answers in an external dashboard (can be done through webhooks I suppose). Can someone advise me how to go about it, and I will start working on the development? Looking forward.
Accessing Cliq Database REST API through a direct non-HTTP API
Is there an internal Cliq API to access Cliq Database? https://www.zoho.eu/cliq/help/restapi/v2/#cliq_databases
Problem inserting Zoho Creator image (Google drive Link)
Through a Zoho Creator integration I successfully get records from my database. One of these recordsris an image of the type linked with Google drive. I properly recover the URL of the image and when I test this URL at my browser, it downloads the image (the browser does not show it, but it starts downloading it). Anyway cliq does not show at all the image. Any clue about what can be happening?
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?
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
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?
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
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
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?
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
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
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
More integrations needed
This new service looks like a promising addition to the Zoho environment, and I really want to use this over slack but you guys need a lot more features that slack provide. I am following this product closely though, and will happily migrate from slack when new features become available.
Introduction to Slash Commands in Cliq
In Steve Jobs' words, The most precious resource we all have is time. And rightly so, aren't we all looking for quick ways to perform our tasks? Automating even the most trivial actions, can save us some time and make us more productive. If you are looking for an interface to quickly carry out your actions, then Slash Command is the answer. So today, lets learn about slash commands and also try programming a simple command. Now that I've kindled your curiosity, let me give a brief overview about
Webhooks Support for Cliq
Hey Guys, I'm trying to create an extension to integrate BitBucket with Zoho Cliq. We use Webhooks to post any data from BitBucket. Documentation here -> https://confluence.atlassian.com/bitbucket/event-payloads-740262817.html Is there a way to specify an API key or something instead of OAuth for authentication while posting messages to Cliq?
Trying to create connector in Zoho Cliq
Hello, I am trying to create a custom service connector to an API. I fill out all of the required fields, and when I click the "Create and Connect" button, nothing happens. I've tried this on an Oauth 2.0 API and an Oauth 1.0 API, and the button still doesn't work. Any solution for this? If not, is there another way I can implement a third party API into Zoho Cliq?
Todoist
I am having a few issues trying to get todoist to work with cliq. Has anyone managed to get this to work?
Cliq Platform now open for developers and Internal IT Teams!
Hi All, Last week we announced Cliq with a lot of cool features that helps you collaborate effectively and boost your workplace productivity. Cliq also comes with a powerful platform that lets you customise the software to suit your requirements, build and sell applications to Cliq user base. Cliq is also available across all Zoho apps as the mini chat bar and hence you can build apps for the whole Zoho customer base. The key insight behind Cliq platform is to provide a source to enable automation