Pre-Configured APIs
Insightly
API configuration: insightly
Features
Features | Status |
---|---|
Auth (Basic) | ✅ |
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
- Insightly uses
Basic
auth mode to access different endpoints. Provide yourapi key
as your username and leave the password field empty. - Your instances
pod
can be determined by accessingUser Settings
and finding the API URL right under your API Key in the API Section. This connection config will be set when creating a new connection on Nango i.e: If this is your API URL ;https://api.na1.insightly.com/v3.1/
addna1
as your pod connection config. - Insightly still supports older API versions, but they have fewer endpoints. To use a specific version of the API append it to your
base_url
as follows:/v3.1/Contacts
or/v3.0/Contacts
. - Depending on the pricing plan, there are various rate limits. Once your limit is reached, you will no longer be able to make requests against that endpoint until next day.
- You can have a look at the following Nango resource to see how best you can handle rate limits.
Add Getting Started links and Gotchas by editing this page