What are Actions?

What are Actions?


An Action is a single ability or a task that the bot performs when you give an instruction as a part of your conversation.  For example, you can ask the bot to fetch your appointments for the day or ask it to schedule a meeting to your calendar.
Note that, to complete an action, the bot can prompt a few questions that are necessary to fulfill the action.  For example, the conversation of a typical schedule meeting action may go like below. 
You : Schedule a meeting to discuss about the Zylker deal by 11 AM tomorrow. 
Zia  : Sure, when would the meeting get over? 
You : By 12 PM.  
Zia  : Where is the meeting happening? 
You : At the headquarters. 
Zia  : Okay, I have added the meeting to your calendar. 
Hence an action is NOT a single message exchange between the user and the bot. It  can have multiple messages exchanged between the user and the bot to achieve a single task. 

Types of Actions 

Based on the intention, actions can be classified in to three different types.

1) Directly answering a question 

These actions give a direct static answer to a static question asked without any business logic. Such actions will be universal - their answers would be the same across users, timezones, regions or any parameters. These actions typically would get over with a single conversational exchange. 

Example: 

“What is Zia?" 
The answer to this question would be straightforward and universal to any user asking the question,  without involving any business logic. 

2) Constructing an answer by fetching data

These actions will instruct the bot to dynamically construct the answer for the user input by fetching relevant data from the specified data sources.  This involves business logic specific to the action and the answer may vary based on the data and the business logic. The conversation may also extend to multiple messages depending on the business logic. 
Example: 

“What is in my schedule today?”
To answer this question, the bot would fetch data from your calendar and would construct its answer depending on the fetched data. 

3) Performing an operation

These actions will make the bot perform the specified operation -  typically to add/modify/delete some data into the specified data source. Obviously, this would also involve business logic to fulfill the intended operation and may span multiple messages. 
Example: 
"Schedule a meeting."
To schedule a meeting, the bot would prompt and get the relevant input data from the user and would create the event into your calendar. 

      Create. Review. Publish.

      Write, edit, collaborate on, and publish documents to different content management platforms.

      Get Started Now


        Access your files securely from anywhere

          Zoho CRM Training Programs

          Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

          Zoho CRM Training
            Redefine the way you work
            with Zoho Workplace

              Zoho DataPrep Personalized Demo

              If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

              Zoho CRM Training

                Create, share, and deliver

                beautiful slides from anywhere.

                Get Started Now


                  Zoho Sign now offers specialized one-on-one training for both administrators and developers.

                  BOOK A SESSION







                              Quick LinksWorkflow AutomationData Collection
                              Web FormsEnterpriseOnline Data Collection Tool
                              Embeddable FormsBankingBegin Data Collection
                              Interactive FormsWorkplaceData Collection App
                              CRM FormsCustomer ServiceAccessible Forms
                              Digital FormsMarketingForms for Small Business
                              HTML FormsEducationForms for Enterprise
                              Contact FormsE-commerceForms for any business
                              Lead Generation FormsHealthcareForms for Startups
                              Wordpress FormsCustomer onboardingForms for Small Business
                              No Code FormsConstructionRSVP tool for holidays
                              Free FormsTravelFeatures for Order Forms
                              Prefill FormsNon-Profit
                              Intake FormsLegalMobile App
                              Form DesignerHRMobile Forms
                              Card FormsFoodOffline Forms
                              Assign FormsPhotographyMobile Forms Features
                              Translate FormsReal EstateKiosk in Mobile Forms
                              Electronic Forms
                              Drag & drop form builder

                              Notification Emails for FormsAlternativesSecurity & Compliance
                              Holiday FormsGoogle Forms alternative GDPR
                              Form to PDFJotform alternativeHIPAA Forms
                              Email FormsEncrypted Forms

                              Secure Forms

                              WCAG

                                      Create. Review. Publish.

                                      Write, edit, collaborate on, and publish documents to different content management platforms.

                                      Get Started Now






                                                        You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                                            Manage your brands on social media

                                                              Use cases

                                                              Make the most of Zoho Desk with the use cases.

                                                               
                                                                

                                                              eBooks

                                                              Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho Desk.

                                                               
                                                                

                                                              Videos

                                                              Watch comprehensive videos on features and other important topics that will help you master Zoho Desk.

                                                               
                                                                

                                                              Webinar

                                                              Sign up for our webinars and learn the Zoho Desk basics, from customization to automation and more

                                                               
                                                                
                                                              • Desk Community Learning Series


                                                              • Meetups


                                                              • Ask the Experts


                                                              • Kbase


                                                              • Resources


                                                              • Glossary


                                                              • Desk Marketplace


                                                              • MVP Corner

                                                                Zoho Sheet Resources

                                                                 

                                                                    Zoho Forms Resources


                                                                      Secure your business
                                                                      communication with Zoho Mail


                                                                      Mail on the move with
                                                                      Zoho Mail mobile application

                                                                        Stay on top of your schedule
                                                                        at all times


                                                                        Carry your calendar with you
                                                                        Anytime, anywhere




                                                                              Zoho Sign Resources

                                                                                Sign, Paperless!

                                                                                Sign and send business documents on the go!

                                                                                Get Started Now




                                                                                        Zoho TeamInbox Resources





                                                                                                  Zoho DataPrep Demo

                                                                                                  Get a personalized demo or POC

                                                                                                  REGISTER NOW


                                                                                                    Design. Discuss. Deliver.

                                                                                                    Create visually engaging stories with Zoho Show.

                                                                                                    Get Started Now









                                                                                                                        • Related Articles

                                                                                                                        • FAQ - Actions

                                                                                                                          What is an action? An action is a single ability or a task that the bot performs when you give an instruction as a part of your conversation. For example, you can ask the bot to fetch your appointments for the day or ask it to schedule a meeting to ...
                                                                                                                        • Model & Flow of Actions

                                                                                                                          An Action of a Zia bot is characterized by its Sample sentences, Params and Functions. Params Params are the input data that are required to fulfill or execute an action. If we consider the execution of an action analogous to filling a form, then the ...
                                                                                                                        • Defining an Action

                                                                                                                          Adding a New Action To add a new Action to a Skill, follow the steps as given below. In the Skill's details page, under the ACTIONS tab, click the + ADD ACTION option. The Create New Action page appears. Give a meaningful name for the action. Based ...
                                                                                                                        • Deploying to production

                                                                                                                          Any changes made to a bot or its underlying actions would only be saved as a draft in the development environment (which is provided to make the required changes on the bot and test) and these changes will not be available on the bot in production. ...
                                                                                                                        • Usage stats

                                                                                                                          When a bot receives an input message, it either invokes the action or fails to understand the message. The initiated action might have been stopped by the user in the middle of the conversation or failed due to some technical issues. Usage Stats ...
                                                                                                                          Wherever you are is as good as
                                                                                                                          your workplace

                                                                                                                            Resources

                                                                                                                            Videos

                                                                                                                            Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                                            eBooks

                                                                                                                            Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                                            Webinars

                                                                                                                            Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                                            CRM Tips

                                                                                                                            Make the most of Zoho CRM with these useful tips.



                                                                                                                              Zoho Show Resources