- API Key
- API URL (Pod)
Pre-requisites
- Insightly account with access to User Settings.
If you don’t have access to the User Settings in Insightly, you’ll need to contact your Insightly administrator to obtain the API key.
Creating an API Key in Insightly
To obtain your Insightly API key and acquire the above mentioned credentials, please follow the steps mentioned below:- Log in to your Insightly account at https://accounts.insightly.com.
- Click on the Profile icon in the top right corner of the navigation.

- Select
User Settingsfrom the dropdown menu. - Scroll down to the API section on the User Settings page.
- Locate your API Key value displayed in this section.
- Copy the API Key and store it securely.

- Also note your API URL which indicates your pod (e.g.,
https://api.na1.insightly.com/v3.1/). The pod identifier (na1, au1, eu1, etc.) is important for API configuration.
Configuring credentials in Refold
Navigate to the Refold hosted portal and enter the API Key when prompted during the Insightly connection setup.
Actions and triggers
Once the above setup is completed, you can create orchestrations of your use-cases using Insightly actions and triggers. Following are the set of Insightly actions and triggers supported by Refold.- Actions
- Triggers
Contact
Contact
- List Contacts - List all contacts in Insightly.
- Get Contact By ID - Get a specific contact by ID in Insightly.
- Create Contact - Create a new contact in Insightly.
- Update Contact - Update an existing contact in Insightly.
- Delete Contact - Delete a contact in Insightly.
Lead
Lead
- Create Lead - Create a new lead in Insightly.
- Update Lead - Update an existing lead in Insightly.
- Delete Lead - Delete a lead in Insightly.
Opportunity
Opportunity
- Create Opportunity - Create a new opportunity in Insightly.
- Update Opportunity - Update an existing opportunity in Insightly.
- Delete Opportunity - Delete an opportunity in Insightly.
Organisation
Organisation
- Create Organisation - Create a new organisation in Insightly.
- Update Organisation - Update an existing organisation in Insightly.
- Delete Organisation - Delete an organisation in Insightly.
Task
Task
- Create Task - Create a new task in Insightly.
- Update Task - Update an existing task in Insightly.
- Delete Task - Delete a task in Insightly.
Others
Others
- HTTP Request - Make HTTP API calls to any Insightly documented REST APIs.
- Incremental Sync - Check for new data in the endpoint.