1. OAuth Token + region
Zoho has region-specific endpoints — use the one where your data center is:
- EU:
https://www.zohoapis.eu - US:
https://www.zohoapis.com - India:
https://www.zohoapis.in
Get the OAuth token in the Zoho API Console → Self Client → scope ZohoCRM.modules.leads.CREATE.
2. Fill it in in DataNostro
Dashboard → Platforms → Zoho CRM:
- Org domain: one of the three endpoints above
- Access token: OAuth, format
1000.xxx
3. Token refresh
OAuth tokens in Zoho expire after 60 min. For a production deployment, use the self-client refresh flow — DataNostro can auto-refresh if you enter the refresh_token in the dashboard advanced settings.