Zoho Mail
API configuration: zoho-mail
Features
🚫 (time to contribute: <48h)
We can implement missing features in <48h, just ask for it in the community.
Getting started
Do you need help? Please check this link community.
Connection configuration in Terapi
Zoho uses different domain extensions for different regions.
Make sure to provide the required domain extension in the Terapi terapi.auth()
call:
terapi.auth('zoho-mail', '<CONNECTION-ID>', {params: {extension: 'com'}});
For further information, visit 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 allows a single OAuth application to make requests to the Zoho API for Zoho mail from the US, EU, etc.
Add Getting Started links and Gotchas by editing this page
Last updated