Developer Platform APIs

Zoho Mail provides APIs to integrate its functionalities with your widget/ extension. These are categorized into Functions and Events.

To get started, you are required to initialize your application. Use the command given below to initialize the application you have created:

var clientsdk = SigmaSDK.MAIL.init(function () { });

You can fetch and apply settings such as DC, font, language, and night/ light modes configured in your Mail settings to the application you have created using the command given below:

clientsdk.get(["appsetting"])

Functions

All the above functions will return a promise.