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 for service specific setup. Sigma also hosts the extension for you.
Highlights of Sigma cloud editor
- Develop and host extension : Sigma’s cloud editor supports both client and server-side operations under one roof.
- Function & triggers : Write functions to extend the scope of your services. Execute functions at specific events using triggers, for instance, when a user installs your extension, and to get or push data from one service to another or within the same service.
- Test the extension : Test the extension with ease in Sigma’s editor. You just have to click run on the top menu of Sigma cloud editor. The service's page will open in a new window, loading your extension in the respective service location. Any changes to your code snippet reflect instantly on your extension.
- Import files from local editor : Developers can also build extensions in their local editor and import the files to Sigma later. These extensions can then be published privately or hosted as public extensions.
- Update existing extensions : Developers can update their extensions to include additional features or enhancements. Private extensions can be republished after the update whereas public extensions need to be resubmitted to Zoho Marketplace to include the new changes.
- Track versions : All published updates are saved as a new version in Sigma. You can always go back and view the previous versions.
Cloud editor components
File : Add a new function, trigger, event, file or folder from this menu.
Edit : Undo or redo any action using the options in this menu.
View : Associate an existing function or trigger to your current extension.
Actions
Run: Publish your extension. Instantly a new page will open, loading your extension in the respective service location. Any changes to your code snippet reflects immediately on your extension.
Regenerate Manifest: Regenerate your plugin manifest file based on the associated functions and triggers.If your extension gets corrupted or encounters an issue due to wrong configuration in plugin-manifest file, then use this option to reconfigure the manifest file.
Help : Displays all the shortcuts present in Sigma cloud editor.
Build your extension in Sigma
- Click Create Extension .
- Enter an extension name.
- Pick a Zoho service for which you’re building the extension.
- Upload Extension: Set Upload Extension as No and develop the extension in Sigma’s online cloud editor.
- Take a look at the terms and conditions before you proceed.
For public extensions
If you want to edit or test the extension before publishing in Zoho Marketplace, you can click
Save as Draft. Otherwise, you can click
Submit to Zoho Marketplace . Zoho Marketplace collects details about the extension before validation. To learn more about these details, take a look into
Zoho Marketplace’s help guide.
For private extensions
If you want to edit or test the extension before publishing it you can click Save as Draft . Otherwise, you can directly Publish your extension. Once you have specified the parameter values click Run .