Configure-plugin-manifest.json | Online help | Zoho Sigma

plugin-manifest.json

locale  

The language the extension supports. The default and mandatory locale code is "en" (English). View the list of other locale codes supported here.

service 

The product for which the extension is created. For example “ORCHESTLY”. 

storage 

Enable or disable data storage for the extension. By default, the value will be false. 

whiteListedDomains 

The domains specified in this array can be accessed from the extension. API calls, which is established with a connection, to other domains will not be handed from the extension. If your extension does not use any third-party service, then this array can be empty.

modules 

Supported modules: 
Zoho Projects
https://www.zoho.com/projects/help/configure-plugin-manifest.html#modules
Orchestly
https://orchestly.zoho.com/developers/plugin-manifest.html#pluginlocal

type 

When 'type' is "org", only an administrator can fill the configuration parameters on a first-come-first-serve basis. 
Say, there are three administrators in a portal and if the first admin fills the config parameters, the other two will only be able to edit the parameters. When 'type' is "personal", every user in the organization has to fill the configuration parameters. Unlike the org type, these parameters will be unique for each user.

connectors 

Connections allow the extensions to integrate with third-party applications using a one-time set up. Connections, once configured and authenticated, can commonly be used in all extensions. For example you have an ongoing task in your Zoho Projects portal and its corresponding ticket in Zendesk is mapped to this task . Whenever the task is updated or a comment is added to the task, the comment should be added in the Zendesk ticket as well. In the same way, if a resource updates the Zendesk ticket, it should reflect in the Zoho Projects' task.
 
In this case functions and triggers can be used to sync the Zendesk ticket whenever there is an update in Zoho Projects task but on the other hand when an update happens in the third party app (Zendesk ticket) then a web hook should be configured to sync that update to the task (Zoho Project). Connectors come handy for this purpose. Click here to see how to configure connectors for various services.

config 

 This key is used when you need customised inputs from the user. For example, the user's domain name in the third party service can be obtained using this key.

      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

                                                                                                                        • Create extensions using Command Line Interface(CLI)

                                                                                                                          Zoho Sigma helps you to build extensions for Zoho services in two ways: Building apps using the command line interface (CLI). You can use this method if you want to build an extension offline with your own code editor. Use Zoho Sigma cloud editor and ...
                                                                                                                        • Create extensions using online Zoho Extension Toolkit

                                                                                                                          Zoho Extension Toolkit (ZET) is used to create extensions offline in your machine. Once the extensions are created, you'll need to upload the extension as a zip file in Sigma and publish the extension. This can be tedious when you make changes to the ...
                                                                                                                        • A walkthrough tutorial for building a simple extension using Sigma

                                                                                                                          This tutorial's objective is to teach you the fundamentals of Sigma to build an extension. STEP 1: Create your app For this tutorial, let us create a new extension with Zoho Projects service to display 'Hello World' text. This extension will be ...
                                                                                                                        • Create extensions using Zoho Sigma cloud editor

                                                                                                                          Sigma has introduced a cloud editor where users can build extensions for Zoho services . Upon selecting a Zoho service, the corresponding service’s plug-in manifest file will be pre-populated into Sigma’s editor as a new project, eliminating the need ...
                                                                                                                        • Executing Functions using API URLs

                                                                                                                          Executing a function via a REST API URL is now supported in Sigma. All you have to do is configure the Function Execution API URL with your function parameters. This helps to listen to third-party application events through webhooks and perform ...
                                                                                                                          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