Overview

Pre-built tooling

Pre-built use cases

Not seeing the use case you need? Build your own independently.

Access requirements

Pre-RequisitesStatusComment
Paid dev account
Paid test account
Partnership
App review
Security audit

Setup guide

No setup guide yet.

Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

Connection configuration in Nango

Zoho uses different domain extensions for different regions.

You need to pass the domain extension to use to Nango in the nango.auth() call:

nango.auth('zoho-mail', '<CONNECTION-ID>', {params: {extension: 'com'}});

For more details, see the docs here.

API gotchas

  • According to the documentation for various APIs, OAuth scopes are configured as OAuth Scope + Operation, for example, ZohoMail.messages.READ
  • You can make your OAuth app cross-data-centers with these instructions. This means that a single OAuth app will be able to query the Zoho API for Zoho mail from the US, EU, etc.
Contribute API gotchas by editing this page