Imagine having a virtual assistant that provides rapid updates to your team through Zoho Cliq, helping you stay on top of your sales processes. After returning from a client meeting filled with updates and action items, managing this information together can feel overwhelming, especially when juggling multiple roles and responsibilities.
Without streamlined communication, productivity can significantly suffer. This is where integrating your CRM automation workflows with Zoho Cliq becomes essential.Business benefits
- Notification of deal closures: Ensures the sales team is promptly informed when a deal is closed to celebrate wins, update forecasts, and maintain team morale.
- Product and development feedback: Quickly communicate client requests or demo glitches to the product and development teams to enhance product offerings and resolve issues.
- Managerial updates: Keep managers in the loop with meeting outcomes to strategize the next steps or escalate issues.
- Syncing with the team: Link CRM updates directly to team chat channels to ensure all team members are updated about lead statuses. This reduces the need for multiple app switches, enhances real-time collaboration, coordinates efforts, and aligns strategies.
Let's examine an example of Zoho CRM workflow automation for a new lead created with a Zoho Cliq bot.
Step 1 : Bot creation
- Navigate to the top right corner of your profile, click on it, and select "Bots and Tools".
- To create a new bot, click on "Create Bot" on the right under the "Bots" section.
- Provide a name and description for the bot, then enable channel configuration settings during setup.
Step 2 : Bot webhook URL retrieval
- Webhook tokens are listed under the Bots & Tools section along with all the other internal tools. When navigated to the webhook tokens module, you will be required to authenticate using 2FA, verify your identity, and click Continue.
- After authentication, you can create, edit, and manage your Webhook Tokens as needed.
- Generate a webhook token and retrieve the bot's webhook URL as specified below.
Step 3 : Configuration of CRM workflow rule
Workflow rules in Zoho CRM are actions (email notifications, tasks, and field updates) executed when certain specified conditions are met. These rules automate sending email notifications, assigning tasks, and updating specific fields of a record when a rule is triggered.
Please refer to the video below for a step-by-step guide on how to set up a workflow rule that will send you notifications whenever a new lead is created.
Similarly, you can set up and configure new workflow rules for events like the update of a lead status or the assignment of a lead to any sales representative (Lead owner ).
Step 4 : Setting up bot incoming webhook handler
- Go back to Cliq and find the bot you created under the "Bots and Tools" section. Then, access the bot's incoming webhook handler.
- The incoming webhook handler is designed to allow third-party services, such as Zoho CRM, to post messages directly to your bot.
- Copy and paste the below code and click "Save".
Pre-requisites:
To post an alert to the channel, you need the unique names of both the channel and the bot, as we are using
zoho.cliq.postToChannelAsBot deluge task in the code below. Follow the steps to retrieve these names.
How to obtain or locate the channel unique name in Cliq?
- Navigate to the top right corner of the preferred channel and locate the three dots. Click it.
- In the menu that appears, select "Channel info" and a pop-up will open, displaying detailed channel information. Hover over the "Connectors" section and click it.
- Under "API Parameters," you will find the channel unique name.
How to obtain or locate the bot unique name in Cliq?
- Navigate to "Bots & Tools", and under the bots section, select the bot you prefer.
- Copy the API endpoint URL. The bot's unique name is located after "bots/" and before the next slash "/".
- Example:
- info params;
- eventType = params.get("event-type");
- leadName = params.get("Lead Name");
- company = params.get("Company");
- leadStatus = params.get("Lead Status");
- title = params.get("Title");
- email = params.get("Email");
- phone = params.get("Phone");
- leadSource = params.get("Lead Source");
- industry = params.get("Industry");
- leadId = params.get("Lead ID");
- if(eventType.equalsIgnoreCase("Lead Created"))
- {
- response = {"text":"๐ฏHeads up! A new lead has been successfully added to your list. Prepare to engage and convert!","card":{"title":"๐ New Lead Added!","thumbnail":"https://i.imgur.com/jDagRms.png","theme":"modern-inline"},"slides":{{"type":"text","title":"Lead Details :","data":"๐ Lead Name : " + leadName + "\n๐ผ Company : " + company + "\nโฑ๏ธ Lead Status : *" + leadStatus + "*"},{"type":"label","title":"","data":{{"๐ง *Email*":email},{"โ๏ธ *Phone*":phone},{"๐ข *Industry*":industry},{"๐ฃ *Lead Source*":leadSource}}}}};
- // Use zoho.cliq.postToChannelAsBot(${channel_unique_name}, ${bot_unique_name}, response);
- zoho.cliq.postToChannelAsBot("clientleadupdates","crmupdatesincliq",response);
- }
- if(eventType.equalsIgnoreCase("Lead Assigned"))
- {
- leadOwner = params.get("Lead Owner");
- response = {"text":"๐๐Promising prospect assigned to " + leadOwner + ". Opportunity awaits!","card":{"title":"๐ฏ New lead generated","thumbnail":"https://i.imgur.com/UisAlKn.png","theme":"modern-inline"},"slides":{{"type":"text","title":"Lead Details :","data":"๐ Lead Name : " + leadName + "\n๐ผ Company : " + company + "\nโฑ๏ธ Lead Status : *" + leadStatus + "*"}}};
- zoho.cliq.postToChannelAsBot("clientleadupdates","crmupdatesincliq",response);
- }
- if(eventType.equalsIgnoreCase("Lead Status Updated"))
- {
- response = {"text":"โ
๐ผ Great news! Lead status is now Qualified. Ready to engage!","card":{"title":"โ
Lead qualified","thumbnail":"https://i.imgur.com/d2jhClm.png","theme":"modern-inline"},"slides":{{"type":"text","title":"Lead Details :","data":"๐ Lead Name : " + leadName + "\n๐ผ Company : " + company + "\nโฑ๏ธ Lead Status : *" + leadStatus + "*"}}};
- zoho.cliq.postToChannelAsBot("clientleadupdates","crmupdatesincliq",response);
- }
- return Map();

Transform your workflow experience with ease! Imagine having the ability to set up custom automation that sends instant messages to your team channels whenever a deal is sealed or a new lead steps on board.
Say goodbye to constant check-ins on your sales progress - let Cliq handle it all for you!We're here to help, so don't hesitate to reach out to support@zohocliq.com with any questions or if you need assistance in crafting even more tailored workflows. Recent Topics
m2 is converted to Kader when switching from Dutch to English
By default, our company works in Dutch. We sell a lot of products with m2 as a unit. Now we've noticed that if we change the language in Zoho to English, the usage unit 'm2' gets replaced by 'Kader'. We've got no idea why. I'd expect that the translation
UI and other enhancements in Community module
Hello everyone, The Community module has undergone a UI revamp to improve user experience. In addition, we have introduced Status Board and Bulk Approval of posts to provide better engagement. Improved User Interface The new interface brings the following
Looking to Hire: Zoho Creator Developer for Vendor Dashboard Portal
We are a Florida-based licensed liquor distributor using Zoho Books, Inventory, CRM, and Analytics. Many of our vendors are also our customers. We’re looking to build a centralized, secure Vendor Dashboard Portal in Zoho Creator that gives access to real-time
Check Validation Rules all fields on Quick Edit on Record Details Page
I've added validation rules for some fields in a module — let’s say 3 out of 6 fields have rules. On the Edit Page, if any of those fields have an error, I can’t save the form — which is good. But on the Details Page, I can still quick edit other fields
E-Invoicing Automation
Do you have an API endpoint for pushing the invoice through the e-tims for Kenya
Easy way to create task from call
In Bigin I would like to have easy way of creating the tast directly from the call. Now after the call I need to enter company record and create task there. There must be some easier and more user friendly way to create new task after the call!
How to change the default module A"leads" to customised module "abc" in Zoho while integrating the leads from Skrapp!
How to change the default module A"leads" to customised module "abc" in Zoho while integrating the leads from Skrapp!
Can we have Backorder Management ?
Can we have Backorder Management ?
Create Funnel to Track Email Outreach Conversion
Hello, We would like to create a funnel that measures: N° of emails sent -> N° of emails opened -> N° of emails responded We would like to measure this email response conversion rate for each of our SDRs. We use the analytics tool of Zoho CRM and not
Performance -> Extend Service -> Forms: How to use created form?
So I have created a new Annual Evaluation form (cloned from the original one) and now I want to use it in an Appaisal cycle. QUESTION: How can I associate the form with the new Appraisal Template? Also, what is the difference between an Appraiser and
Ask the Experts 19: Live Expert Panel Discussion - Inside Zoho Desk Spring Release 2025
Hello again! Have you ever needed quick insights into key indicators to help manage and streamline specific operations? Have you started using AI to enhance your customer service in Zoho Desk? From configuring simple bots using Guided Conversations to
Zoho CRM - Rollup Field for "Total Calls TODAY"?
Good afternoon, I'm trying to build a field that will track the total number of calls made to a lead in one day. This way i can organise my call queues by this to prioritise leads without an attempt. I can put in a Rollup field for *total* calls made
Assessments score?
So, from what I was able to find when you make a pre-screening assessment with questions and answer that have points value. You have no way to quickly sort the applicant by value without having to go inside each application and open the assessment to
Magento 2 as data source for Analytics
I see that Shopify is in Beta as a data source, any change that Magento 2 is in the works? We currently use Metrilo to parse our eCommerce data for marketing and would love to keep that inside our Zoho ecosystem. Thank you!
validation function for Stage QC means QC Done fileupload field not empty on Save
validation function for Stage QC means QC Done field field not empty . if the fileupload has value also it showing the false statement on save how i fix this Also one more concern is Custom validation function work on blue print transaction. ///this is
Adding string / text fields to modules
I'm working on a custom leads module with a layout for call center agents. I need to add text fields that are for display purposes only to prompt call center agents. I haven't found any way to add a field in Zoho CRM that doesn't accept input, ie. is
Avalara Integration To Simplify Tax Calculations
We are delighted to inform you that Zoho FSM now allows integration with Zoho Books accounts that have Avalara integration enabled in them. Designed for businesses operating across different regions and jurisdictions, Avalara ensures tax accuracy by factoring
Restrict card movement in Kanban View
Hello everyone, I’m wondering if there’s a way to prevent users from moving Deal cards in the Kanban view when grouped by Stage. On the Deal details page, I’ve implemented several validations to ensure users cannot change stages until all conditions,
Zoho Payroll's USA and KSA editions are available in Zoho One!
Greetings! We’re excited to share that Zoho Payroll, currently available only in India and the UAE, is now introducing the KSA (Kingdom of Saudi Arabia) edition and the USA (United States of America) edition, and these editions are now available in Zoho
How to handle multiple languages (Resume parser, Job opening, job board, career site) ?
We are looking to bring Zoho Recruit to a market that needs to support 2 languages. The first thing we need to make sure is that the Candidate be flag with the language they speak. This is easy enough make a custom field that as the desire languages.
Zoho Sign & Analytics
Hi, Is it possible to import data from Sign into Analytics?
adding attachment in sendmail script where attachment is in a CRM field
Hi all, I have a custom field of type 'File Upload' in one of my modules in my CRM. I want to include the file in that field as an attachment to an email - which is done from a button on the 'Results' module. I have created a script and a button to initiate an email from that module. The Deluge scripting window has allowed me to add arguments for all the fields I need to use except for the one file upload type field. My script currently looks like the below (content of the email omitted). As you
How to unvoid sales order ?
Helo, We need to make a credit not from a voided invoice, which is linked to a voided sale order. I can't find a way to unvoid a sale order. There only a way to convert it to a Purchase order instead... The invoice can't be send back to draft because of the voided sale order. From a accountancy point of view, and treacability, we can't make a standalone credit note. What is the usual procedure? Thanks
Currency Field Does Not show commas upon entry - leading to inaccurate entries!
Hello Zoho.. When our sales reps are entering deals and the profit/revenue it is difficult to accurately enter numbers with lots of zeros when there commas are NOT added until the record is saved. Could commas be added to this filed type as it is being
Zoho Assist not rendering NinjaTrader chart properly
Hi everyone. Just installed and testing Zoho Assist. I want to display my laptop' screen (Windows 11) on a monitor connected to my Mac mini. The laptop is running a stock trading program called NinjaTrader. Basically, when running, this program displays
CRM->INVENTORY, sync products as composite items
We have a product team working in the CRM, as it’s more convenient than using Books or Inventory—especially with features like Blueprints being available. Once a product reaches a certain stage, it needs to become visible in Inventory. To achieve this,
Introducing Assemblies and Kits in Zoho Inventory
Hello customers, We’re excited to share a major revamp to Zoho Inventory that brings both clarity and flexibility to your inventory management experience! Presenting Assemblies and Kits We’re thrilled to introduce Assemblies and Kits, which replaces the
openUrl in blueprints
My customer wants to open a URL at the end of a blueprint transition. Seems this isn't possible right now but it would be very useful. In this thread, https://help.zoho.com/portal/en/community/topic/openurl-not-working the Zoho agent said that it's logically
What is Resolution Time in Business Hours
HI, What is the formula used to find the total time spent by an agent on a particular ticket? How is Resolution Time in Business Hours calculated in Zohodesk? As we need to find out the time spent on the ticket's solution by an agent we seek your assistance
Transfer image url from Zoho Forms to Zoho Analytics
I am storing an image in a zoho form. When I pull the data from the form into zoho analytics the image field does not import. How do I pull in the image url location or the image into Zoho Analytics.
Why ZOHO Function Can't Read Custom Field API In Quotes Module (Subform)
I’m using a Deluge function to transfer data from a subform in the Quotes module to a subform in the Accounts module. Everything works except for a custom picklist field in Quotes—no matter what I try, the Zoho API can’t read that field ("Status_sb").
Modules are continuously loading
Hi! We are not able to open the task modules, it keeps continuously loading
Introducing Image Upload Field
Hello everyone, In this post we will discuss about the benefits and usage of the Image upload field. The field is available for standard and custom modules. Usage: This field can be used to upload a gallery of images to a record and share the record with peers or customers. The record can be made accessible to users outside of Zoho CRM via Portals, where they can upload the necessary images. Preview, editing, and deleting images: The uploaded images can be directly edited and saved from the record
Create multiple leads from a zoho form subform to populate inside zoho crm lead module
I have corporate clients with numerous employees. When these clients complete our Zoho Form, they can nominate individual employees—providing details like first name, last name, email, mobile number, etc.—using a subform inside the zoho form. Is it possible
BCC Dropbox on the Agency Module
Good morning! We've recently implemented the BCC Dropbox feature on our Zoho CRM, but this only appears to be working on the Leads and Contractor (Contacts) modules. It would be incredibly useful for it to work on our Agency module too as a way of tracking
Unable to Retrieve refresh_token from Zoho Self-Client OAuth Flow
Hello Zoho Support Team, I am currently integrating Zoho CRM with a custom Node.js backend using the Zoho OAuth 2.0 authorization process. I created a Self-Client from the Zoho API Console and generated an authorization code successfully. However, when
On create of Amc module get sub form data of last row and update in Schedule Vist End Date field in zoho crm
@Iswarya B G @Bhoomi Joshi @Abinaya Praveen @Ishwarya SG @Haiku Technical Support On create of Amc module get sub form data of last row and update in normal module field Schedule Vist End Date field in zoho crm
Tip: when "\r\n" not working for new-lines when building a file using the .toFile() function
As above, ran into an issue - "\n" was working for newlines, but "\r\n" was not working for newlines and carriage returns. Took me a bit but using hexToText("0D0A") in place of "\r\n" resolved this. Including in the forums to save others any drama.
Call transcrition working for ringcentral?
I don't see anything about what telephony providers can be used. The Zoho support person A said that RingCentral isn't supported. Zoho support person B said that it works, just make sure the call recording link works. Excellent instructions here: Call
Multiple Pipelines
Is it possible to create multiple candidate pipelines?
Next Page