Integrations
Zoho Desk
Integrations
Zoho Desk
Integration template: zoho-desk
Features
Feature | Status |
---|---|
Auth (OAuth) | ✅ |
Sync | ✅ |
Nango Proxy | 🚫 (time to contribute: <1h) |
Auto-pagination | 🚫 (time to contribute: <1h) |
API-specific rate limits | 🚫 (time to contribute: <1h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
- How to register an Application
- OAuth-related docs
- List of OAuth scopes
- Web API docs (their REST API)
Need help getting started? Get help in the community.
API gotchas
- Depending on the region your account was created in, you must apply the extension params when initiating the auth flow. For example here. You should use eu for an account in the eu region.
nango.auth('amazon', '1', {params: {extension: 'eu'}})
Add Getting Started links and Gotchas by editing this page