Sigma
plugin-manifest.json
locale The language the extension supports. Currently, we support the locale "en" (English) only. service The product for which the extension is created. For example “ORCHESTLY”. storage Enable or disable data storage for the extension. By ...
Settings
Make your workspace versatile using the different options available in Zoho Sigma. Developers Add colleagues to your workspace and enable them to work on multiple extensions in parallel. How to add a developer Navigate to the Developers section ...
Connections
Sigma uses connections to expand your Zoho Services’ third-party support. This is done with the help of OAuth 2.0 or any other basic authentication protocols. OAuth 2.0 OAuth 2.0 is an industry standard, open source authorisation protocol which is ...
Executions
Executions module lists the logs of functions and triggers when they are executed. You can view the version, trigger and function details, start time, duration and status of the execution. This functionality is critical when you want to track the ...
Triggers & Events
Triggers are configured to invoke function blocks when specific events occur in the application or Zoho service. For example, you can trigger a welcome email to a user when your extension is installed. The mail notification function is configured in ...
Functions
Functions are the building blocks for developing an extension. They come handy for all server side customization. Sigma executes functions without additional infrastructure cost. External function calls can be done using rest APIs. You have to ...
Public and Private Extensions
Extensions in Sigma can be hosted as Public or Private. While public extensions are hosted for a wider audience, private extensions are restricted to smaller circles. Public extensions are hosted through Zoho Marketplace, a platform where all Zoho ...
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 ...
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 ...
Extensions Gallery
Building an extension might be a daunting task, but with Sigma, you can do it with ease. Start creating extensions using ready-made templates available in Sigma. Navigate to Extensions Gallery section on the top right corner. Start creating your ...
Create a workspace
Every developer using Zoho Sigma will be allocated a designated workspace to build and host their apps. Login to Zoho Sigma home page. Enter your workspace name. Click Create Workspace. You can be the owner or user in more than one workspace.
About Sigma
Sigma is an extension development platform where developers can build and host extensions for various Zoho applications. These extensions can be software add-ons focusing on feature enhancements, third-party integrations, or any other valuable ...