How to Display Zoho Books & Desk Contact Data Using Kiosk and Queries

📘 Zoho CRM – Kiosk and Query Implementation to Display Zoho Books & Desk Contact Information

Business Use-case:

A business wants to quickly view consolidated information about a contact from multiple Zoho applications—such as Zoho Books and Zoho Desk—directly from the contact’s record in Zoho CRM.


This includes:
  1. Checking if the contact is a portal user in Zoho Books
  2. Verifying if the contact is an end user of the Zoho Desk Help Center
  3. Identifying whether the contact is marked as spam in Zoho Desk

Solution Overview:

‌You can achieve this using the Kiosk and Query setup within Zoho CRM. The solution involves executing REST API calls to Zoho Books and Zoho Desk using key contact identifiers (such as email address or phone number) and presenting the fetched details in a structured format (like a table) within the CRM Contact record.

Steps to implement the above solution:

Step 1: Create two sources—one for Zoho Books and one for Zoho Desk—as shown below.

Set up separate data sources for Zoho Books and Zoho Desk. This requires creating two distinct sources—one specifically for Zoho Books and another for Zoho Desk—to ensure proper data integration and management. The configuration process for both sources is illustrated below:

Zoho Books:







Zoho Desk:





We have authenticated both the sources using the connection created within Zoho CRM.

Step 2:  Create two queries—one for Zoho Books and one for Zoho Desk—as shown below.


After setting up the sources, create queries for each one to retrieve the necessary data. You will need to create two separate queries—one for Zoho Books and another for Zoho Desk—to ensure accurate data extraction. The process for creating these queries is demonstrated below:

     Zoho Books:

      

As shown above, we have passed the "Email" field as a dynamic variable to be passed for the parameters in the above REST API Query.

Serializer:


The purpose of the serializer is to convert the raw response from the query to a formatted response with the only needed keys from the raw response arrays.

  1. const data1 = result.contacts;
  2. const contactsarr = Array.isArray(data1)
  3. ? data1
  4. : (data1 ? Object.values(data1) : []);
  5. const filteredResults = [];
  6. // Filter and manually extract `Name` and `Email`
  7. for (const contact of contactsarr) {
  8. if (contact.id =! null) {
  9. filteredResults.push({ Name: contact.contact_name
  10.  , Email : contact.email , contact_type : contact.contact_type , portal_status : contact.portal_status, Contact_URL : "https://books.zoho.com/app/777534184#/contacts/"+contact.contact_id+"?filter_by=Status.All&per_page=200&sort_column=customer_name&sort_order=A"});
  11. }
  12. }
  13. return filteredResults;

After adding the serializer we now have the response as shown below with contact details from Zoho Books.



Schema:

To define the name for the received keys in the above serialized response and store them as a table.

 

Zoho Desk:

     

As shown above, we have passed the "Email" field as a dynamic variable to be passed for the parameters in the above REST API Query.

Serializer:

The purpose of the serializer is to convert the raw response from the query to a formatted response with the only needed keys from the raw response arrays.

  1. const data1 = result.data;
  2. const contactsarr = Array.isArray(data1)
  3. ? data1
  4. : (data1 ? Object.values(data1) : []);
  5. const filteredResults = [];
  6. // Filter and manually extract `Name` and `Email`
  7. for (const contact of contactsarr) {
  8. if (contact.id =! null) {
  9. filteredResults.push({ Name: contact.lastName , Email : contact.email , Spam_Contact : contact.isSpam , help_center_user : contact.isEndUser , Link : contact.webUrl });
  10. }
  11. }
  12. return filteredResults;

After adding the serializer we now have the response as shown below with contact details from Zoho Books:
      

Schema:

To define the name for the received keys in the above serialized response and store them as a table:


Step 3: Associate the Query in Kiosk and added the below steps:


1. Create a screen in the Kiosk for Contact module as shown below and choose "Get data via Queries"

      

2) Now, you can now associate the created queries from step 2 here as shown below,

      

As shown above, you need to enter '#' for the dynamic variable "Email" we declared when creating the query in Step 2 and choose the field of the Contact which needs to be used for searching in the query.

3) In the same way, you can the other query for Zoho Books as well and the Kiosk screen will look like above,

      

4) You can now implement the Kiosk in detail view page of the Contact as shown below,


      

5) Now, the use-case is successfully implemented, and the details of the contact can now be seen from the detail view page of the Contact in Zoho CRM as shown below,

      

      



Custom Solution Created by Nickelson J | Zoho Partner Support

If you need any further clarifications, please don’t hesitate to contact partner-support@zohocorp.com.

Additionally, we kindly ask all "Europe and UK Partners" to reach out to partner-support@eu.zohocorp.com.



      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 FormsRetailOnline Data Collection Tool
                              Embeddable FormsBankingBegin Data Collection
                              Interactive FormsWorkplaceData Collection App
                              CRM FormsCustomer ServiceForms for Solopreneurs
                              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
                              Forms for Government
                              Intake FormsLegal
                              Mobile App
                              Form DesignerHR
                              Mobile Forms
                              Card FormsFoodOffline Forms
                              Assign FormsPhotographyMobile Forms Features
                              Translate FormsReal EstateKiosk in Mobile Forms
                              Electronic FormsInsurance
                              Drag & drop form builder

                              Notification Emails for FormsAlternativesSecurity & Compliance
                              Holiday FormsGoogle Forms alternative GDPR
                              Form to PDFJotform alternativeHIPAA Forms
                              Email FormsWufoo alternativeEncrypted Forms
                              Accessible FormsTypeform alternativeSecure 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









                                                                                                                              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