WFH Tip 11: Reduce operator workload in half with Zobot actions

WFH Tip 11: Reduce operator workload in half with Zobot actions

Making sure the customer support team is functioning hassle-free is crucial for businesses around the world, especially in today's WFH scenario. The number of issues become more and sometimes there will be a barrage of requests. The task of solving all these issues can become rather challenging and time-consuming for the operators of your organization. So, even a little help matters. This post will talk about how Zobot actions can lessen the burden on your operators with respect to handling visitor queries.

What are Zobot actions?
The activities that are performed by the bot while responding to visitor queries are called Zobot actions. They accept only text as their value and the values can be one of the following - reply, forward, operator_busy, context, block, pending and end. 

  • reply : This action helps the bot handle the visitor on its own by providing replies to visitor queries. It helps the Zobot have conversations with the visitor just like a human operator does. While operators have to manually type out responses to every question from the visitor, the Zobot quickly and automatically responds to queries with built-in responses based on conversation history thus reducing the workload of an operator. replies accept only a collection(i.e. a list) as the value. The collection can, in turn, have one or more strings.

                                           
Syntax:
response.put("replies",{"Text1","Text2"});

Sample Code: 

Case 1: One or more strings - when there are one or more text responses 

response.put("replies",{"Hello there!","Welcome to Zoho SalesIQ."});

Case 2: Multiple Maps - when the response contains Display cards like articles, images, etc 

response.put("replies",{ 
{
      "type": "articles",
      "text": "Here are your reference articles",
      "image": "http://zylker.com/help/common.png",
      "description": "Articles about discounts in home needs",
      "articles": ["121212121","123434343","123334678"]
} });

Case 3: A combination of the first two - when the response consists of both text replies and cards

response.put("replies",{ "Hello there","How can I help you",
{
      "type": "articles",
      "text": "Here are your reference articles",
      "image": "http://zylker.com/help/common.png",
      "description": "Articles about discounts in home needs",
      "articles": ["121212121","123434343","123334678"] }
});
  • forward: Sometimes, when operators receive queries that are not related to their expertise, they forward it to their peers who are experts in the particular topic using the 'Transfer chat' option. The forward action in the Zobot works in the exact same way - it gives website visitors the option of switching from talking to a bot to a human operator while they are in the middle of a conversation at the click of an option. When the bot is not trained to handle a visitor, it can forward the chat to a human operator who is an expert.

                                   

Syntax: 
{
      "action" : "forward",
      "replies" : ["Your text here"]
}

Sample Code: 
{
      "action" : "forward",
      "replies" : ["Thanks for contacting us today, You will be connected to our operator shortly"]
}
  • operator_busy: Visitor queries can come in at any time of day. Those queries that come in after business hours or when all operators are busy can sometimes become missed chats because none of the operators will be able to answer them. This can make customers dissatisfied and leave the website. The 'operator_busy' action solves this issue by sending out a message with the information that operators are not available and that one of the operators would get back to the visitor shortly. This can keep visitors informed about the fact that operators are unavailable to pick up chats. In this case, the visitor will be prompted to leave a message and the chat will be marked as missed.

                                 

Syntax: 
{
      "action" : "operator_busy" ,
      "replies": ["Your text here ]
}

Sample Code: 
{
      "action" : "operator_busy" ,
      "replies": ["Thanks for contacting us today, please leave a message and our operator will contact you shortly. ]
}
  • block: Whenever operators come across a spammer/harasser's IP address and want to block it, they can add the IP in question inside the 'Block IPs' section. The Zobot action - 'block' does this automatically when it recognises a spamming IP thus saving your operators the time and trouble of manually blocking it. This action lets the bot find a vulnerability in the chat and block the IP of the visitor immediately.

                                

Syntax: 
{
      "action" : "block" ,
      "replies" : ["Your text here"]
}

Sample Code: 
{
      "action" : "block" ,
      "replies" : ["Sorry, you are blocked from accessing the chat window."]
}
  • context: The 'context' action in the Zobot saves operators the time and trouble of collecting information like name, email, etc. from visitors every time one visits the website. When the bot wants to collect multiple inputs to perform one action, it returns a context. A context is a definition of a web form that collects multiple inputs in a conversational manner and executes an action which is the context handler.

                              

Syntax: 
{  
      "action": "context",
      "context_id": "book_appointment",
      "questions": {},
}
Sample Code: 
{
      "action": "context",
      "context_id": "book_appointment",
      "questions": {{"name": "movie","replies": {{"text": "Ok, Lets make a booking with your sales execute !","icon": "https://zylker.com/meeting.jpg"},"Choose the department you would like to book appointment for ?"},"suggestions": {"Books","SalesIQ","CRM"}},
      {"name": "show_timing","replies": {"Thats a great movie to watch !","Choose the date for the show ?"},"input": {"type": "calendar","time": "false","tz": "true"}}}
}
  • pending: Generating a report or creating a profile for a visitor during an ongoing conversation can take a while and during this time, operators need to make sure that the visitor doesn't become impatient and leave. For this, they need to keep them hooked with a message or ask them if they want help with something else in the meantime. The 'pending' action in the Zobot does this automatically when a time-intensive action is in progress, thus keeping the visitor pinned to the conversation.

                             

Syntax: 
{    
      "action" : "pending",    
      "replies" : {"Your text here"}
}

Sample Code: 
{
      "action" : "pending",
      "replies" : ["Please wait while I generate a report for you"]
}
  • end: Whenever a visitor on the website has been idle for a while, operators can end the chat by clicking on the 'power' button inside the operator chat window. The 'end' action in the Zobot When the Zobot wants to end an ongoing conversation with a visitor, the end action can be used.
                              


Syntax: 
{  
      "action": "end",
      "replies" : ["Your text here"]
}

Sample Code: 
{
      "action": "end",
      "replies": ["Thank you for contacting us today."]
}

We have Sample Scripts that use all of the actions mentioned above. So, what are you waiting for? Start building your own Zobot right away!
For more information, check out our Help Documentation.

Regards,
Michelle 





    Access your files securely from anywhere









                          Zoho Developer Community




                                                • Desk Community Learning Series


                                                • Digest


                                                • Functions


                                                • Meetups


                                                • Kbase


                                                • Resources


                                                • Glossary


                                                • Desk Marketplace


                                                • MVP Corner


                                                • Word of the Day


                                                • Ask the Experts





                                                          Manage your brands on social media



                                                                Zoho TeamInbox Resources



                                                                    Zoho CRM Plus Resources

                                                                      Zoho Books Resources


                                                                        Zoho Subscriptions Resources

                                                                          Zoho Projects Resources


                                                                            Zoho Sprints Resources


                                                                              Qntrl Resources


                                                                                Zoho Creator Resources



                                                                                    Zoho CRM Resources

                                                                                    • CRM Community Learning Series

                                                                                      CRM Community Learning Series


                                                                                    • Kaizen

                                                                                      Kaizen

                                                                                    • Functions

                                                                                      Functions

                                                                                    • Meetups

                                                                                      Meetups

                                                                                    • Kbase

                                                                                      Kbase

                                                                                    • Resources

                                                                                      Resources

                                                                                    • Digest

                                                                                      Digest

                                                                                    • CRM Marketplace

                                                                                      CRM Marketplace

                                                                                    • MVP Corner

                                                                                      MVP Corner







                                                                                        Design. Discuss. Deliver.

                                                                                        Create visually engaging stories with Zoho Show.

                                                                                        Get Started Now


                                                                                          Zoho Show Resources


                                                                                            Zoho Writer Writer

                                                                                            Get Started. Write Away!

                                                                                            Writer is a powerful online word processor, designed for collaborative work.

                                                                                              Zoho CRM コンテンツ



                                                                                                Nederlandse Hulpbronnen


                                                                                                    ご検討中の方




                                                                                                          • Recent Topics

                                                                                                          • Zoho Sites search box

                                                                                                            Is there a Search box that can be added to a Zoho site? It would be for searching within the site only.
                                                                                                          • What stops me from packaging and shipping an order when the inventory is negative?

                                                                                                            It seems if the inventory value is negative, that Zoho Inventory should not allow me to create a Package and Ship it.   But, there seems to be nothing to stop me from doing that other than when I go to physically package the item and realize that there is no stock. There also seems to be nothing on the screen that even indicates to me that I should not package and ship.  To me this is the fundamental point of an inventory system.  Am I doing something wrong?   
                                                                                                          • Conditional formatting based on another field

                                                                                                            Hi I have two fields on my form stage 1 complete and stage 1 deadline.  I am trying to setup conditional formatting so that if stage 1 complete is after stage 1 deadline the record is highlighted in red. I need both stage 1 complete and stage 1 deadline
                                                                                                          • Zoho Books | Product updates | October 2025

                                                                                                            Hello users, We’ve rolled out new features and enhancements in Zoho Books. From iOS 26 updates to viewing reports as charts, explore the updates designed to enhance your bookkeeping experience. Zoho Books Updates for Apple Devices At WWDC 2025, Apple
                                                                                                          • Is there API Doc for Zoho Survey?

                                                                                                            Hi everyone, Is there API doc for Zoho Survey? Currently evaluating a solution - use case to automate survey administration especially for internal use. But after a brief search, I couldn't find API doc for this. So I thought I should ask here. Than
                                                                                                          • Using IMAP configuration for shared email inboxes

                                                                                                            Our customer service team utilizes shared email boxes to allow multiple people to view and handle incoming customer requests. For example, the customer sends an email to info@xxxx.com and multiple people can view it and handle the request. How can I configure
                                                                                                          • The sending IP (136.143.188.15) is listed on spamrl.com as a source of spam.

                                                                                                            Hi, it just two day when i am using zoho mail for my business domain, today i was sending email and found that message "The sending IP (136.143.188.15) is listed on https://spamrl.com as a source of spam" I hope to know how this will affect the delivery
                                                                                                          • Changing a Single-Line Text field into a Multi-line Field without losing data

                                                                                                            Is it possible to change a Single-Line Text field into a Multi-line Field without losing data. I have a module with data for which I would like to change a single-line field into a multi-line field but I'm worried it might delete the pre-existing da
                                                                                                          • Webhook - Google Sheets

                                                                                                            I have 2 forms that are both integrated with Google Sheets. I've set up a webhook to pull form 1 data from Google Sheets to prefill data in Form 2. The issue I have is that the forms name fields are First Name & Last Name but the Google sheets integration
                                                                                                          • Verified Mark Certificate

                                                                                                            Hello Dears, Can anyone help and check my mail or direct me to the desired person who can add the verification tag to my mail https://www.zoho.com/blog/mail/email-authentication-with-bimi.html
                                                                                                          • Appointment booking is temporarily unavailable

                                                                                                            Embeded Zoho booking page in my WordPress website. When someone starts a booking, after choosing time and date, an error appears before payment - "Appointment booking is temporarily unavailable due to restricted settings." Used the embeded code given
                                                                                                          • Cannot connect to 365 business calendar and Teams, says personal but it is not.

                                                                                                            hi I have a number of users connected to their 365 business accounts. Adding a new user and it thinks hes got 365 personal edition. He does not.... Anyone know what's going on. Trying for days now. Bookings go into his MS calendar but as its thinks its
                                                                                                          • Limited review (/questions) for Bookings 2.0

                                                                                                            Hi all, I'm writing this review of Bookings 2.0 for two reasons: 1) it may be of interest to others, and 2) I'd like to be corrected if I'm wrong on any points. It's a very limited review, i.e. the things that have stood out as relevant, and particularly
                                                                                                          • Zoho Bookings - Reserve with Google

                                                                                                            Does Zoho Bookings plan to to integrate with Reserve with Google?
                                                                                                          • Tip #3: How to change your booking page language

                                                                                                            Displaying your booking page in your target audience's language can greatly increase customer satisfaction. By speaking their language, you will help customers feel more comfortable scheduling with you and create a stronger connection with them. Let's
                                                                                                          • Bigin Android app update: Alerts while creating tasks outside of working days, conflicting events and calls.

                                                                                                            Hello everyone! In the most recent version of the Bigin Android app, we have brought in support to display an alert if task is being scheduled outside of the working days. Also, when scheduling an event or call in the Activities module, a conflict alert
                                                                                                          • Bigin update: Link email messages to pipeline records.

                                                                                                            Hello everyone! In the latest version of the Bigin iOS(v1.11.9) and macOS(1.8.9) app, we have brought in support for an option to link email to pipeline records. This helps you to view emails specific to a deal, especially when a contact is associated
                                                                                                          • Bigin Android app update: Custom buttons and widgets

                                                                                                            Hello everyone! We are excited to introduce custom buttons and widgets on the Bigin Android app. Widgets: A widget is a customizable UI component in Bigin that improves efficiency and user experience. It lets businesses embed components, streamline interactions,
                                                                                                          • Biometric Access Support on Zoho Vault Desktop App

                                                                                                            Is there any plans to add biometric authentication (fingerprint, face recognition) for Vault desktop apps (Windows/macOS) to enhance security and ease of access. I would love to hear other members view on this
                                                                                                          • Zoho Sheet for Desktop

                                                                                                            Does Zoho plans to develop a Desktop version of Sheet that installs on the computer like was done with Writer?
                                                                                                          • Zoho Sheet - Desktop App or Offline

                                                                                                            Since Zoho Docs is now available as a desktop app and offline, when is a realistic ETA for Sheet to have the same functionality?I am surprised this was not laucned at the same time as Docs.
                                                                                                          • Collective-booking event not added to all staff calendars

                                                                                                            We assign two staff to certain events. When the client books this event, it adds it to one staff calendar (the 'organiser') but not the other. How can I ensure all staff assigned to a collective booking get the event in their calendar? (A side note: it
                                                                                                          • Project Management Bulletin: October, 2025

                                                                                                            Every need leads to innovation. Project Management tools were developed out of sheer necessity to drive large projects. With wide usage, the specifications grew precise, and so did the refinement. Over years we’ve crafted one of the best project management
                                                                                                          • Email Recall Feature In Zoho Mail Which Should Also Work For Outside Organisation Members

                                                                                                            Add a feature to recall or undo sending an email within a configurable short time window (e.g., 30 seconds to 2 minutes) after hitting send, similar to Gmail’s undo send. Currently the sent email can not be recall If the recipient is not from within your
                                                                                                          • Zoho Sheets saying locked when not locked

                                                                                                            Zoho Sheets won't let me add more rows to sheet because it's saying the sheet is locked, but the sheet is not locked. I tried using a different browser but I still have the same issue.
                                                                                                          • Identifying and Merging Accounts with Similar (Non-Exact) Names

                                                                                                            Hello everyone, I’m aware of the built-in deduplication feature in Zoho CRM that allows merging records with exactly matching values for selected fields. However, I’m running into a situation where our migrated data contains multiple variations of the
                                                                                                          • Option for super admin to recover the deleted chats in Zoho Cliq

                                                                                                            Currently, in Zoho Cliq, if a user accidentally deletes their chats, there is no option for the Super Admin to recover or view those deleted messages. I believe it would be helpful if Super Admins had a recovery option, perhaps within a certain time frame,
                                                                                                          • Zoho CRM iOS app updates: the Homepage, Zoho Survey integration, and support for multiple file uploads in subform

                                                                                                            Hello everyone! The Zoho CRM mobile app continues to evolve to bring you a smoother and more powerful CRM-on-the-go experience. We're excited to share some important updates now available in the iOS app. Here's what's new: Homepage support Zoho Survey
                                                                                                          • I am trying to integrate my module in sandbox environment to add data via API

                                                                                                            I went through the documents and tried to setup the API for adding the module via the api but the problem is the token setup is done on "https://accounts.zoho.in/oauth/v2/token" domain and the bulk write is done on "https://content.zohoapis.com/crm/v8/upload"
                                                                                                          • Is anyone else having trouble saving a custom image in their email signature, or is it just me?

                                                                                                            When I try to save the image I get an error that says "Operation Failed" I opened a support ticket two weeks ago and received a response that it would be debugged, but it still isn’t working
                                                                                                          • Setting up primary mobile number.

                                                                                                            Hi Sir Earlier I joined IIFL team and got an organizational email of zoho services. Later i quit and now my account is deactivated with IIFL but i am unable to link my mobile number to my own email id with zoho.
                                                                                                          • Add Custom Reports To Dashboard or Home Tab

                                                                                                            Hi there, I think it would be great to be able to add our custom reports to the Home Tab or Dashboards. Thanks! Chad
                                                                                                          • Account in Quick View Filter

                                                                                                            I have a report that I often run against a specific Account. Every time, I have to go into the edit menu and change the Advanced Filter. I would prefer to use the Quick View Filter, but it does not allow me to use the one and only field that makes any
                                                                                                          • In arattai received message can't be deleted

                                                                                                            The issue has been noticed in following: arattai app (Android) arattai app (Window) arattai web While the message posted by me may be deleted, the ones received from others can't be. The item <Delete> change to <Report> when the message is a received
                                                                                                          • Zoho sheet for desktop

                                                                                                            Hi is zoho sheets available for desktop version for windows
                                                                                                          • Tables for Europe Datacenter customers?

                                                                                                            It's been over a year now for the launch of Zoho Tables - and still not available für EU DC customers. When will it be available?
                                                                                                          • Guided Conversations - Ticket Creation

                                                                                                            Hi there, Using Guided Conversations to Take Customer Data and apply it into a Support Ticket for internal use, Is there a way to take multiple Textual Variables Inputs (A series of questions), and have the answers all appear in the Description of the
                                                                                                          • How to send certain invoices for Approval based on condition?

                                                                                                            To streamline operations, I need the invoices to go for approval when certain conditions are met. For example, if my staff gives a discount of x amount, it must go for approval. If there is no discount, then the invoice will be approved automatically.
                                                                                                          • Unable to continue payment

                                                                                                            Hi, I want to make a payment for my email subscription, but I cannot proceed with the payment because my NITKU is invalid. In Indonesia, the NITKU consists of 22 digits, but Zoho only provides 20 digits, causing my NITKU to be invalid. Please help me
                                                                                                          • Is there a way to show contact emails in the Account?

                                                                                                            I know I can see the emails I have sent and received on a Contact detail view, but I want to be able to see all the emails that have been sent and received between all an Accounts Contacts on the Account Detail view. That way when I see the Account detail
                                                                                                          • Next Page