How to display the Help Center's services as modules on your mobile app?

How to display the Help Center's services as modules on your flutter apps?

In this help article, we will learn how to display the individual help center services as modules on the ASAP help Widget. The modules can be viewed based on their default configuration and the settings configured in your Zoho Desk portal. It's important to note that the default configuration of modules may differ depending on the edition of your Zoho Desk account.

The configuration of the help center components is based on your Zoho Desk Help Center settings.

You need to include the relevant code snippets to display the available components in your application.

Home Screen

To display the ASAP SDK home screen, use the following code snippet:
  1. import 'package:zohodesk_portal_core/zohodesk_portal_core.dart' show ZohodeskPortalCore;
    ZohodeskPortalCore.showHome();

Knowledge Base Module

To display the Knowledge Base screen, use the following code snippet:
  1. import 'package:zohodesk_portal_kb/zohodesk_portal_kb.dart' show ZohodeskPortalKb;
    ZohodeskPortalKb.show();

Community Module

To display the Community screen, use the following code snippet:
  1. import 'package:zohodesk_portal_community/zohodesk_portal_community.dart' show ZohodeskPortalCommunity;
    ZohodeskPortalCommunity.show();

To display the Add Topic screen, use the following code snippet:
  1. import 'package:zohodesk_portal_community/zohodesk_portal_community.dart' show ZohodeskPortalCommunity;
    ZohodeskPortalCommunity.showTopicForm();

Tickets Module

To display the Tickets List screen, use the following code snippet:
  1. import 'package:zohodesk_portal_ticket/zohodesk_portal_ticket.dart' show ZohodeskPortalTicket;
    ZohodeskPortalTicket.show();

To display the Add Ticket screen, use the following code snippet:
  1. import 'package:zohodesk_portal_ticket/zohodesk_portal_ticket.dart' show ZohodeskPortalSubmitTicket;
    ZohodeskPortalSubmitTicket.show();

SalesIQ Chat Module

Chat provides a real-time communication channel for end-users to interact with a customer support agents.

The following method displays the SalesIQ chat module:

  1. import 'package:zohodesk_portal_siq/zohodesk_portal_siq.dart' show ZohodeskPortalSiq;
    ZohodeskPortalSiq.show();

Guided Conversations Module

To display GC, use the following code snippet:
  1. import 'package:zohodesk_portal_chatkit/zohodesk_portal_chatkit.dart' show ZohodeskPortalChatKit;
    ZohodeskPortalChatKit.showGC();

Info
Code is standard for both iOS and Android platforms.

Session Variables

These variables are dynamically retrieved during the bot conversations. These variables are org-specific and accessible across GC flows.
You can perform these actions with the session variable as mentioned:

Set Session Variable:

  1. import 'package:zohodesk_portal_chatkit/zohodesk_portal_chatkit.dart' show ZohodeskPortalChatKit;
    List<Map<String, String>> sessionVariable = [{"name": "YOUR VARIABLE NAME", "value" : "YOUR VARIABLE VALUE"}, {"name": "YOUR VARIABLE NAME", "value": "YOUR VARIABLE VALUE" }];
    ZohodeskPortalChatKit.setGCSessionVariable();

Update Session Variable:

  1. import 'package:zohodesk_portal_chatkit/zohodesk_portal_chatkit.dart' show ZohodeskPortalChatKit;
    List<Map<String, String>> sessionVariable = [{"name": "YOUR VARIABLE NAME", "value" : "YOUR VARIABLE VALUE"}, {"name": "YOUR VARIABLE NAME", "value": "YOUR VARIABLE VALUE" }];
    ZohodeskPortalChatKit.updateGCSessionVariable();

Answer Bot Module

Answer Bot helps end-users find answers from a bot trained on the available articles in the portal's KB module.

The following methods display the Answer Bot:
  1. import 'package:zohodesk_portal_chatkit/zohodesk_portal_chatkit.dart' show ZohodeskPortalChatKit;
    ZohodeskPortalChatKit.showAnswerBot();
InfoCode is standard for both iOS and Android platforms.

Business Messaging Module

Business Messaging helps end-users chat with agents directly or with a guided conversation flow.

The following methods display the Business Messaging:
  1. import 'package:zohodesk_portal_chatkit/zohodesk_portal_chatkit.dart' show ZohodeskPortalChatKit;
    ZohodeskPortalChatKit.showBM();
Info
Code is standard for both iOS and Android platforms.
You can perform these actions with the session variable as mentioned:

Set Session Variables

  1. import 'package:zohodesk_portal_chatkit/zohodesk_portal_chatkit.dart' show ZohodeskPortalChatKit;
    List<Map<String, String>> sessionVariable = [{"name": "YOUR VARIABLE NAME", "value" : "YOUR VARIABLE VALUE"}, {"name": "YOUR VARIABLE NAME", "value": "YOUR VARIABLE VALUE" }];
    ZohodeskPortalChatKit.setBMSessionVariable();

Update Session Variable:

  1. import 'package:zohodesk_portal_chatkit/zohodesk_portal_chatkit.dart' show ZohodeskPortalChatKit;
    List<Map<String, String>> sessionVariable = [{"name": "YOUR VARIABLE NAME", "value" : "YOUR VARIABLE VALUE"}, {"name": "YOUR VARIABLE NAME", "value": "YOUR VARIABLE VALUE" }];
    ZohodeskPortalChatKit.updateBMSessionVariable();

      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 Links Workflow Automation Data Collection
                              Web Forms Enterprise Begin Data Collection
                              Interactive Forms Workplace Data Collection App
                              CRM Forms Customer Service Accessible Forms
                              Digital Forms Marketing Forms for Small Business
                              HTML Forms Education Forms for Enterprise
                              Contact Forms E-commerce Forms for any business
                              Lead Generation Forms Healthcare Forms for Startups
                              Wordpress Forms Customer onboarding Order Forms for Small Business
                              No Code Forms Construction RSVP tool for holidays
                              Free Forms Travel
                              Prefill Forms Non-Profit

                              Intake Forms Legal
                              Mobile App
                              Form Designer HR
                              Mobile Forms
                              Card Forms Food Offline Forms
                              Assign Forms Photography
                              Mobile Forms Features
                              Translate Forms Real Estate Kiosk in Mobile Forms
                              Electronic Forms

                              Notification Emails for Forms Alternatives Security & Compliance
                              Holiday Forms Google Forms alternative  GDPR
                              Form to PDF Jotform alternative HIPAA Forms
                              Email Forms
                              Encrypted Forms
                              Embeddable Forms
                              Secure Forms
                              Drag & drop form builder
                              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


                                                            • Desk Community Learning Series


                                                            • Digest


                                                            • Functions


                                                            • Meetups


                                                            • Kbase


                                                            • Resources


                                                            • Glossary


                                                            • Desk Marketplace


                                                            • MVP Corner


                                                            • Word of the Day


                                                            • Ask the Experts


                                                              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

                                                                                                                      • Working with the ASAP SDK for Flutter

                                                                                                                        This document pertains explicitly to help widgets created using the updated new ASAP Setup. If you use an older version of ASAP, the help widgets will be read-only. To enable the new ASAP widgets on your App, use the latest ASAP Flutter Plugin 2.0. ...
                                                                                                                      • How to display the Help Center's services as modules on your Android app?

                                                                                                                        In this help article, we will learn how to display the individual help center services as modules on the ASAP help Widget. The modules can be viewed based on their default configuration and the settings configured in your Zoho Desk portal. It's ...
                                                                                                                      • Introducing ASAP iOS SDK

                                                                                                                        This document pertains explicitly to help widgets created using the updated new ASAP Setup. Please note that if you are using an older version of ASAP, the help widgets will be read-only. To enable the new ASAP widgets on your App, use the latest ...
                                                                                                                      • How to Integrate the ASAP SDK with Flutter Apps

                                                                                                                        This document pertains explicitly to help widgets created using the updated new ASAP Setup. If you use an older version of ASAP, the help widgets will be read-only. To enable the new ASAP widgets on your App, use the latest ASAP Flutter Plugin 2.0. ...
                                                                                                                      • Setting up the ASAP Help Widget on the Web

                                                                                                                        Introduction The ASAP help widget for websites makes your help center easily available for your end-customers. By embedding this widget with your website, you can provide your customers with easy access to your: Customer support team (to raise ...
                                                                                                                        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