Pre-Configured APIs
Freshsales
API configuration: freshsales
Features
Features | Status |
---|---|
Auth (API Key) | ✅ |
Sync data | ✅ |
Perform workflows | ✅ |
Proxy requests | ✅ |
Receive webhooks | 🚫 (time to contribute: <48h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
Need help getting started? Get help in the community.
API gotchas
- Freshsales uses API_KEY auth mode with
Authorization: Token token= API_KEY
as a request header. - When creating a connection, you need to add the subdomain as a connection configuration parameter, for example:
nango.auth('freshsales', 'test-connection-id', {params: {subdomain: '<your-subdomain>'}})
. - Freshsales enforces rate limit on the account level. For more details check freshsales rate limit
Add Getting Started links and Gotchas by editing this page
Was this page helpful?