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 in the Settings module.
- Click Add Developer.
- Enter the developer’s name and email address.
- Select the role of the developer in your extension.
- Click Save.
Associate a developer with your extension
1. Navigate to
Extensions module, hover over your extension and click
.
2. Navigate to the Developers tab.
3. Click Associate Developer.
4. Select the developer from the drop down menu and click Add.
API Token
Generate an API key to connect your service with third-party applications.
Use APIs to connect to third party apps
Use this token to invoke functions and triggers using rest APIs. Say you want to sync your extension with the updates from Jira, a third party application. A web hook is created and whenever an event is updated a webhook should be triggered.
- Navigate to Settings module and click API Token.
- Click Generate Key.
- Copy the API key and pass it as a parameter in the webhook, that is created to connect with the third party application.
While doing so, an API key is generated to connect with that application. Add this key as a parameter. Param value: encapiKey.
This key is confidential and should be kept secure.