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

                                                                                                          • Online Assessment or any aptitude test

                                                                                                            This video is really helpful! I have one question — if I share an assessment form link (through email or with the application form on my career page), how does Zoho Recruit evaluate it? Can a candidate use Google or external help while taking the test,
                                                                                                          • How can I filter a field integration?

                                                                                                            Hi,  I have a field integration from CRM "Products" in a form, and I have three product Categories in CRM. I only need to see Products of a category. Thanks for you answers.
                                                                                                          • Email task creator when task is updated/marked complete

                                                                                                            I am looking for a way to notify the creator of a task in zoho todo when - Task is updated Task is closed Comments entered 1 and 2 are critical, and I cannot find a zoho flow to do this. There is no way that as a manager I will know when someone has completed
                                                                                                          • How to move emails to Shared Mailbox?

                                                                                                            Hello, I created a Shred Mailbox instead of using a distribution group. But I cannot move previous emails to certain shared mailbox. Is it possible move some emails from inbox to shared mailbox?
                                                                                                          • How to implement new online payment gateway?

                                                                                                            Hello, Can you tell me how to proceed to implement my local payment gateway? DIBS has an open avaiable API that should be easy to implement into ZOHO BOOKS. http://tech.dibspayment.com/dibs_payment_window
                                                                                                          • Zoho CRM - Portal Users Edit Their Own Account Information

                                                                                                            Hi Community, I'm working on a client portal and it seems like the only I can make the Account record editable to the Contact, is if I add another lookup on the Account to the Contact record. Am I missing something as the account already has a list of
                                                                                                          • I’ve noticed that Zoho Sheet currently doesn’t have a feature similar to the QUERY formula in Google Sheets or Power Query in Microsoft Excel.

                                                                                                            These tools are extremely helpful for: Filtering and extracting data using simple SQL-like queries Combining or transforming data from multiple sheets or tables Creating dynamic reports without using complex formulas Having a Query-like function in Zoho
                                                                                                          • Connecting Zoho Mail with Apollo.io

                                                                                                            Hi, I am trying to connect my Zoho Mail account with my Apollo.io account to start sending cold email for prospecting purposes. I have activated the IMAP setting but I am still unable to connect to the Apollo account. I am using my email credentials but
                                                                                                          • Where does this report come from in the Zoho One ecosystems?

                                                                                                            Is this directly from MA, Analytics or ??? ???
                                                                                                          • Contact's title in "Contact Role Mapping"

                                                                                                            When I'm creating a deal, I'd like to see the contacts title in the listing. Right now, I only see this: How can I get the contact's title in there?
                                                                                                          • Zoho CRM - Client Portal - Hide Notes Related List

                                                                                                            Hi Community, I'm building a customer portal and I can't find a way to hide the notes related list. I don't want the client to see the notes I have about them. Is there a way to do this as it is no bin/trash icon when I hover over.
                                                                                                          • "Pivot Table" Conditional Formatting

                                                                                                            Team, I there a way to use conditional formatting a "Pivot Table"  report? Thanks, Arron Blue Pumpkin Hosting | Solutions Made Simple
                                                                                                          • How many clients can be added to Zoho Practice?

                                                                                                            How many clients can be added to Zoho Practice without having their zoho app?
                                                                                                          • Stage History

                                                                                                            when viewing a ticket , and you look at stage history tab (kanban view) and look at the stage duration column in days, it shows the current stage of the ticket as " current stage ". Should it not rather show the amount of days it has been in that current
                                                                                                          • Send Automated WhatsApp Messages and Leverage the Improved WhatsApp Templates

                                                                                                            Greetings, I hope all of you are doing well. We're excited to announce a major upgrade to Bigin's WhatsApp integration that brings more flexibility, interactivity, and automation to your customer messaging. WhatsApp message automation You can now use
                                                                                                          • Automating Ticket Responses Using Zoho Desk's AI Features

                                                                                                            We’re looking to set up an automation within Zoho Desk that can analyze incoming emails or tickets and automatically respond with relevant knowledge base articles based on the content of the request. Could you please guide us on how to configure this
                                                                                                          • Optimising CRM-Projects workflows to manage requests, using Forms as an intermediary

                                                                                                            Is it possible to create a workflow between three apps with traceability between them all? We send information from Zoho CRM Deals over to Zoho Projects for project management and execution. We have used a lookup of sorts to create tasks in the past,
                                                                                                          • Service locations are tied to contacts?

                                                                                                            Trying the system out. And what I discovered is that it seems that the whole logic of the app is, I'd say, backwards. There is a Customer - a company. The company has contact persons and service locations can be associated with different contact persons.
                                                                                                          • Enhancements to Zoho Maps integration tasks

                                                                                                            Hello everyone, We're excited to announce enhancements to the Zoho Maps integration tasks in Deluge, which will boost its performance. This post will walk you through the upcoming changes, explain why we're making them, and detail the steps you need to
                                                                                                          • Bug in Total Hour Calculation in Regularization for past dates

                                                                                                            There is a bug in Zoho People Regularization For example today is the date is 10 if I choose a previous Date like 9 and add the Check in and Check out time The total hours aren't calculated properly, in the example the check in time is 10:40 AM check
                                                                                                          • Cliq iOS can't see shared screen

                                                                                                            Hello, I had this morning a video call with a colleague. She is using Cliq Desktop MacOS and wanted to share her screen with me. I'm on iPad. I noticed, while she shared her screen, I could only see her video, but not the shared screen... Does Cliq iOS is able to display shared screen, or is it somewhere else to be found ? Regards
                                                                                                          • UPS Label size when generated via Zoho

                                                                                                            We've integrated UPS with Zoho inventory. When creating and downloading the shipping labels they are created in a larger paper size. I'd like them to be generated to print on a 4x6 printer. Zoho have told me I need to do this within our UPS portal. UPS
                                                                                                          • Narrative 12: Sandbox - Testing without the risk

                                                                                                            Behind the scenes of a successful ticketing system: BTS Series Narrative 12: Sandbox - Testing without the risk What is a sandbox environment? A sandbox environment is a virtual playground that allows you to test freely and experiment with various elements
                                                                                                          • Dynamically catching new file creations

                                                                                                            I have a team folder with many subfolders, and in those folders we add new documents all the time. I'd like to have a workflow or script to notify me (and then take other actions) when a file is added anywhere in that structure that ends in "summary.txt".
                                                                                                          • Announcing new features in Trident for Mac (1.27.0)

                                                                                                            Hello everyone! Trident for macOS (v1.27.0) is here with new features and enhancements to improve scheduling and managing your calendar events. Let's take a quick look at them. Stay aligned across time zones. Both the scheduled and original time zones
                                                                                                          • Branding of native system emails

                                                                                                            Make system emails adjustable in terms of branding. We want our system to be completely white label, because it is not a CRM anymore, it's way more than that. We are following the strategy of "CRM for everyone" to use the CRM in all departments, not only
                                                                                                          • Slow uploads of large files

                                                                                                            I'm wanting to use Workdrive for transferring large images and video (we're talking things from 100MB-5GB). I'm running solo on a 500MBit/sec fiber connection. I'm getting upload speeds to Workdrive of no more than about 1-3Mbytes/sec when going through
                                                                                                          • Notes of Tasks in Zoho CRM

                                                                                                            Hello, Is there a way to filter the Notes that appear on a Task to only show the notes related to that specific Task and not display all the Notes of the objects related to that Task (Accounts, Contacts, Deal, etc). In essence, our team struggles to understand
                                                                                                          • Migrate Your Notes from OneNote to Zoho Notebook Today

                                                                                                            Greetings Notebook Users, We’re excited to introduce a powerful new feature that lets you migrate your notes from Microsoft OneNote to Zoho Notebook—making your transition faster and more seamless than ever. ✨ What’s New One-click migration: Easily import
                                                                                                          • need to upload from airtable to google drive

                                                                                                            I have a zapier zap that automates between airtable and google drive. When a customer uploads a new file into airtable via a client portal interface, zapier uploads that file into a folder linked to that customer's project record. I need to replicate
                                                                                                          • Can't delete functions that are associated with deleted workflow rules

                                                                                                            We have a handful of functions that were once associated with a workflow rule, but the rule has been deleted. The function still thinks it is associated so I can't assign it to a new rule. It is starting to get really messy because we have a list of functions
                                                                                                          • Default Sorting on Related Lists

                                                                                                            Is it possible to set the default sorting options on the related lists. For example on the Contact Details view I have related lists for activities, emails, products cases, notes etc... currently: Activities 'created date' newest first Emails - 'created
                                                                                                          • Credit Management: #1 Credit You Owe vs Credits Owed to the Business

                                                                                                            Think about the last time you ordered food online. You might have paid in advance through your card, but you received a $20 refund because your order got delayed or cancelled. In most apps, refunds don't go into the bank account directly; instead, they're
                                                                                                          • Tip #46- Turn Every Session into an Insight with Zoho Assist survey report- 'Insider Insights'

                                                                                                            Delivering exceptional remote support isn’t just about resolving issues, it’s about understanding how both customers and technicians experience each session. That’s where Survey Report in Zoho Assist come in. You can configure and customize survey questions
                                                                                                          • Enhancing Zia's service with better contextual responses and article generation

                                                                                                            Hello everyone, We are enhancing Zia's Generative AI service to make your support experience smarter. Here's how: Increased accuracy with Qwen One of the key challenges in AI is delivering responses that are both contextually accurate and empathetic while
                                                                                                          • Allow the usage of Multi-Select fields as the primary field on "Layout Rules"

                                                                                                            We want to force our users to enter some explanation strings when a multi-select field has been utilized. I can't understand the reason for the usage restriction of Multi-Select fields as a primary field. This is a simple "Display hidden mandatory field
                                                                                                          • CRM/Bookings integration edits Contact names

                                                                                                            Hi there, I've installed the extension that connects Zoho CRM and Zoho Bookings. When we get a new appointment from Bookings from an existing Contact, that Contact's record shows this: First Name was updated from asd to blank value Last Name was updated
                                                                                                          • Domain Change

                                                                                                            “Please update my Email-in domain from @biginmail.biginmail.in to @biginmail.zoho.com. Messages to the .in domain are bouncing.”
                                                                                                          • Webhooks Limit Exceeded

                                                                                                            Today, I received an error message saying, 'Total number of Webhook call exceeded', but when I look at Manage > Billing, it doesn't look like any of my invokeURL calls are being logged. Following the advice from this thread: https://help.zoho.com/portal/en/community/topic/webhooks-daily-limits-in-zoho-creator
                                                                                                          • Option to block bookings from specific email address or ip adresss in zoho booking

                                                                                                            Sometime few of our client keep booking irrelevant booking service just to resolve their queries and they keep booking it again and again whenever they have queries. Currently its disturbing our current communication process and hierarchy which we have
                                                                                                          • Next Page