What do you want to automate

with Insightly and KrispCall?

Prompt, edit and deploy AI agents that connect to Insightly, KrispCall 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
Add Contact with KrispCall API on Deleted Record from Insightly API
Insightly + KrispCall
 
Try it
Add Contact with KrispCall API on New Record from Insightly API
Insightly + KrispCall
 
Try it
Add Contact with KrispCall API on Updated Record from Insightly API
Insightly + KrispCall
 
Try it
Create Contact with Insightly API on New Call (Instant) from KrispCall API
KrispCall + Insightly
 
Try it
Create Contact with Insightly API on New Contact (Instant) from KrispCall API
KrispCall + Insightly
 
Try it
Deleted Record from the Insightly API

Emit new event when a record is deleted.

 
Try it
New Call (Instant) from the KrispCall API

Emit new event when a new call is created.

 
Try it
New Record from the Insightly API

Emit new event when a new record is created.

 
Try it
New Contact (Instant) from the KrispCall API

Emit new event when a new contact is created.

 
Try it
Updated Record from the Insightly API

Emit new event when a new record is created.

 
Try it
Create Contact with the Insightly API

Creates a new contact. See documentation

 
Try it
Add Contact with the KrispCall API

Creates a new contact. See the documentation

 
Try it
Create Task with the Insightly API

Creates a new task. See documentation

 
Try it
Delete Contact with the KrispCall API

Deletes a list of contacts. See the documentation

 
Try it
Send New MMS with the KrispCall API

Send a new MMS to a contact. See the documentation

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

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: ``,
      },
    })
  },
})

Connect KrispCall

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    krispcall: {
      type: "app",
      app: "krispcall",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://automationapi.krispcall.com/api/v1/platform/pipedream/me`,
      headers: {
        "X-API-Key": `${this.krispcall.$auth.api_key}`,
      },
    })
  },
})

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