What do you want to automate

with Nutshell and Insightly?

Prompt, edit and deploy AI agents that connect to Nutshell, Insightly and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Create Company with Nutshell API on Deleted Record from Insightly API
Insightly + Nutshell
 
Try it
Create Company with Nutshell API on New Record from Insightly API
Insightly + Nutshell
 
Try it
Create Company with Nutshell API on Updated Record from Insightly API
Insightly + Nutshell
 
Try it
Create Contact with Insightly API on New Lead from Nutshell API
Nutshell + Insightly
 
Try it
Create Contact with Insightly API on New Lead Won from Nutshell API
Nutshell + Insightly
 
Try it
Deleted Record from the Insightly API

Emit new event when a record is deleted.

 
Try it
New Lead from the Nutshell API

Emit new event when a new lead is created.

 
Try it
New Record from the Insightly API

Emit new event when a new record is created.

 
Try it
New Lead Won from the Nutshell API

Emit new event when a lead is won.

 
Try it
Updated Record from the Insightly API

Emit new event when a new record is created.

 
Try it
Create Company with the Nutshell API

Creates a new company within Nutshell. See the documentation

 
Try it
Create Contact with the Insightly API

Creates a new contact. See documentation

 
Try it
Create Contact with the Nutshell API

Creates a new contact. See the documentation

 
Try it
Create Task with the Insightly API

Creates a new task. See documentation

 
Try it
Create Lead with the Nutshell API

Initiates a new lead within Nutshell. See the documentation

 
Try it
Integrate the Nutshell API with the Insightly API
Setup the Nutshell API trigger to run a workflow which integrates with the Insightly API. Pipedream's integration platform allows you to integrate Nutshell and Insightly remarkably fast. Free for developers.

Overview of Nutshell

The Nutshell API allows you to access and manage data within the Nutshell CRM platform, enabling you to automate tasks, sync information across apps, and build custom integrations. With Pipedream, these capabilities are harnessed through serverless workflows that can trigger actions within Nutshell or react to events, all with minimal setup. You can create leads, update contacts, manage sales processes, and more, all in a scalable and efficient manner.

Connect Nutshell

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    nutshell: {
      type: "app",
      app: "nutshell",
    }
  },
  async run({steps, $}) {
    const data = { 
              "id": "apeye",
              "method": "getUser",
          }
    return await axios($, {
      url: `https://${this.nutshell.$auth.api}/api/v1/json`,
      auth: {
        username: `${this.nutshell.$auth.email}`,
        password: `${this.nutshell.$auth.password}`,
      },
      data,
    })
  },
})

Overview of Insightly

Insightly's API offers a suite of functions that let you tap into your customer relationship management in real-time, integrating customer data, sales, and project info across a diverse array of business applications and workflows. With Pipedream, you can automate interactions with your Insightly account, sync data effortlessly, and connect to hundreds of apps to streamline tasks, from lead management to project tracking.

Connect Insightly

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    insightly: {
      type: "app",
      app: "insightly",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.${this.insightly.$auth.pod}.insightly.com/v3.1/Contacts`,
      auth: {
        username: `${this.insightly.$auth.api_key}`,
        password: ``,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo