Automation Scenario | Online Help - Zoho CRM

Assess the outgoing call quality of the sales agents

Industry: Insurance | Feature: Workflow Rule | Integration: Zoho Survey and Telephony | Edition: Enterprise

Scenario 
Maria, a sales manager at an insurance company, heads a team of five sales agents. The team offers assistance via phone to clients who have reached out to them on chat or using the contact us form for help in filling out proposal forms. 

She wants to achieve the following:
  1. Track the outgoing calls made by the sales agents  
  2. Make sure that the call assistance is satisfactory, she wants to send a feedback survey to the applicants via email once the call is completed 
  3. Make the survey results accessible only to herself and her manager
Solution
A.  Maria's requirements can be addressed in Zoho CRM by performing the following steps:
  1. Calling customers from CRM
  2. Adding the outgoing calls to a module as records
  3. Setting up a feedback survey form
  4. Triggering the survey automatically following an outbound call
  5. Creating a report to analyze the survey responses.

B. She will need to implement the following configurations to meet her requirements:

  1. Create a custom module named "Call Quality" to store the outbound call records, and set the permission so that only she (sales manager) and the regional manager can access it.
  2. Create the following Fields for the Call Quality module:
    Field Name
    Field Type
    Field Value
    Call Recording
    URL
    -
    Contact
    Lookup
    -
    Call Type
    Picklist
    - Inbound
    - Outbound
    Call Duration
    Single Line
    -
  3. Integrate the CRM account with a Telephony service provider so that the sales agents can call the customers from the CRM account.
  4.  Create a Custom Function to push the outbound call record to the Call Quality module:
    Enter the following details:
    Function Name
    Call Quality
    Display Name
    Call
    Description (optional)
    Create a new record in the module
    Category
    Automation

    Copy and paste the below code:

    Edit Arguments
    Function Name: CreateCallQuality
    Function Arguments
    CallId = Call Id

    callDetails = zoho.crm.getRecordById("Calls",callId);

    createCallQualityMp = Map();

    createCallQualityMp.put("Name",callDetails.get("Subject"));

    createCallQualityMp.put("Owner",callDetails.get("Owner").get("id"));

    createCallQualityMp.put("Call_Recording","https://crm.zoho.com/crm/org685460759/tab/Activities/" + callId + "?sub_module=Calls");

    createCallQualityMp.put("Call_Duration",callDetails.get("Call_Duration"));

    contactId = callDetails.get("Who_Id");

    if(contactId != null && contactId != "")

    {

    createCallQualityMp.put("Contact",contactId.get("id"));

    getContactDetails = zoho.crm.getRecordById("Contacts",contactId.get("id"));

    createCallQualityMp.put("Email",getContactDetails.get("Email"));

    }

    createCallQualityMp.put("Call_Type",callDetails.get("Call_Type"));

    createArry = List();

    createArry.add(createCallQualityMp);

    createDataStr = {"data":createArry,"trigger":{"workflow"}};

    createJsonStr = createDataStr.toString();

    // createCallQualityResponse = zoho.crm.createRecord("Call_Quality",createCallQualityMp);

    // info createCallQualityResponse;

    createCallQualityResponse = invokeurl

    [

    url :"https://www.zohoapis.com/crm/v2/Call_Quality"

    type :POST

    parameters:createJsonStr

    headers:{"Authorization":"2412c2f4061718fb297150ecb515b10e"}

    ];
    info createCallQualityResponse;

  5. Integrate the CRM account with Zoho Survey and create a survey form.
  6. Create an email template named "Feedback survey" and add the survey link to the email.
Workflow Configurations 
1. Configure a workflow rule to create new record in the "Call Quality" module when a call is completed: 
  1. Navigate to Setup > Automation > Workflow Rules and enter the following: 
    Rule Name
    Create Call Quality
    Module
    Calls
    Description (optional)
    Create new record
    When to execute
    On a record action > Create

    Condition 1:

    Which calls will the rule apply to
    All Calls
    Instant Action
    Functions > Call Quality

2. Configure a workflow rule to send a feedback survey via email 
  1. Navigate to Setup > Automation > Workflow Rules and enter the following details:
    Rule Name
    Rate Call Quality
    Module
    Call Quality
    Description (optional)
    Rating and Feedback
    When to execute
    On a record action - Create
Condition 2

Which call quality will the rule apply to
All call quality 
Instant Action 
Email Notification > Survey Form


The records will be pushed to the Call Quality module which contains details of the applicants along with their survey responses.


Call Quality Assessment
Maria generates a report to view the survey responses for each applicant.


SEE ALSO

    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








                                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

                                      Zoho Desk Resources

                                      • Desk Community Learning Series


                                      • Digest


                                      • Functions


                                      • Meetups


                                      • Kbase


                                      • Resources


                                      • Glossary


                                      • Desk Marketplace


                                      • MVP Corner


                                      • Word of the Day


                                        Zoho Marketing Automation

                                          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 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







                                                                                            You are currently viewing the help articles of Sprints 1.0. If you are a user of 2.0, please refer here.

                                                                                            You are currently viewing the help articles of Sprints 2.0. If you are a user of 1.0, please refer here.



                                                                                                  • Related Articles

                                                                                                  • Workflow for Calls

                                                                                                    Have questions on using workflow rules in CRM? Join this exclusive Ask-Me-Anything session on CRM Workflow Rules and seek answers to your queries from our panel of product experts. Register Now Workflow rules for calls allow you to perform certain ...
                                                                                                  • Sending Survey and Viewing Survey Response from CRM

                                                                                                    Build a Survey In order to send an email survey from Zoho CRM, you must first create a survey using Zoho Survey. Go to https://survey.zoho.com/and choose from three options - Blank Survey, Template and Existing Survey - to build your survey. See ...
                                                                                                  • Survey integration in Sandbox

                                                                                                    Businesses look to develop a deep understanding of customer needs, stay aware of their preferences, and keep track of customer satisfaction. From finding the target market to monitoring post-purchase sentiment, surveys serve as structured and ...
                                                                                                  • Working with Built-in Telephony

                                                                                                    This guide will cover the information needed for a CRM admin to maintain the built-in Telephony feature in Zoho CRM. Please use the table of contents on the right hand side (under On this page) to navigate through this document. If you're accessing ...
                                                                                                  • What is the key difference between workflow rule for the Calls module and adding Call as an action in a workflow rule?

                                                                                                    Creating a workflow automation for the Calls module is for efficient call management within CRM — this will automatically perform actions whenever a call is received, made, missed, or scheduled. This significantly reduces the manual effort required ...
                                                                                                    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