Breaking down the Zoho Cliq platform workflow

Breaking down the Zoho Cliq platform workflow

Let's say you want to automate your everyday work activity. You turn towards apps that help you stay productive while automating your regular day-to-day work items. What if we say Cliq serves the purpose? Zoho Cliq offers a set of internal tools or components to automate your day-to -day work tasks. Let's take a look at what these components are and how they work:

Bots as Conversational Assistants:

Bots are your personal assistants on Cliq. They can connect to any third party service, and bring in instant notifications whenever there's an update. Cliq bots are capable of having a conversation with a user and perform action based on the conversation's context. 



Quick Command Shortcuts:

Slash commands are quick shortcuts that help you access data you need instantly. For example, you can check for the upcoming meetings with the help of "/meetings" command or you can check for the leave availability with "/leaveinfo" command. These commands will display the details instantly.



Take Actions on Messages:

Cliq lets you perform custom actions on messages with Message Actions. For instance a user who wants to create a task can use "Create Task" that will perform an action to an individual message once it has been sent.



Automate periodic, time sensitive work items with Schedulers: 

Cliq lets you schedule your growing list of work items with  schedulers . These actions can be anything from updating the weekly report to designing a simple scheduler that can pull tasks from the list of tasks available. 



Store easily with Databases:

You can now keep a note on the weekly insights and weekly updates by storing them in database. Databases in Cliq allows you to access, store and sync data from various sources.


 
Functions:

A function is a task that is executed in the background when a button or a form is accessed. Functions are used to stream line the workflow of a process. Similarly, message cards let's you customize messages with simple templates and can include buttons, images, tables and so on. Upon clicking a button or a form will trigger a related function to it and completes the action.  



Now's the time to understand what exactly happens in the background when a scheduler, commands, bots or any of the above said components are triggered?

To make things easier we've charted down the workflow. Also, keep a note that the description below applies collectively to all the components upon execution.



Access consent prompt: 

An access consent prompt is a privacy check window that requests the user to grant permission to their account details. This is done to keep the user notified that every information corresponding to the user is obtained / used with the users permission.

Connections: 

Connections are interfaces that connect an application to a third party service. They are of two types,
  • Default: pre existing connection.
  • Custom: Zoho Cliq lets you customize your own connection with custom connection. 
Cliq deluge objects:

Cliq Deluge Objects are map like entities that contain a list of key value pairs. These objects are passed to the internal tools to make its execution contextual and dynamic. Cliq offers a list of deluge objects that contain,
  • User information
  • Mentioned user information in a channel or a chat or a bot.
  • User's current  location
  • Message details in conversations
  • Chat details in a channel or a bot or direct messages.

Hope this helps. Also refer our help docs to know more about  Zoho Cliq . In case of any queries please drop a comment below.

Cheers,
Divya P
Cliq



      • Sticky Posts

      • Convert a message on Cliq into a task on Zoho Connect

        Message actions in Cliq are a great way to transform messages in a conversation into actionable work items. In this post, we'll see how to build a custom message action that'll let you add a message as a task to board on Zoho Connect. If you haven't created
      • 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
      • 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
      • 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
      • The Slash Command Series - Types of Command Suggestions

        Hi Everybody! I hope you guys tried the /zdocs command and now have an idea of how command suggestions with click to execute work. If you have no clue of what command suggestion is, I recommend you to take a look at all the Slash Command Series posts, especially the one on Command Suggestions ! This post is all about the different types of command suggestions.  Customise your command suggestions  Did you know you could customise your command suggestion list with a title, description, image? Well,