What do you want to automate

with Insightly and Whautomate?

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

Emit new event when a record is deleted.

 
Try it
New Appointment Cancelled (Instant) from the Whautomate API

Emit new event when an appointment is cancelled in Whautomate.

 
Try it
New Record from the Insightly API

Emit new event when a new record is created.

 
Try it
New Appointment Scheduled (Instant) from the Whautomate API

Emit new event when a new appointment is scheduled in Whautomate.

 
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
Assign Tags to Contact with the Whautomate API

Assign one or more tags to an existing contact. See the documentation

 
Try it
Create Task with the Insightly API

Creates a new task. See documentation

 
Try it
Create Contact with the Whautomate API

Create a new contact associated with a WhatsApp number. See the documentation

 
Try it
Send WhatsApp Template Message with the Whautomate API

Send a pre-defined WhatsApp message template to a contact. See the documentation

 
Try it
Integrate the Insightly API with the Whautomate API
Setup the Insightly API trigger to run a workflow which integrates with the Whautomate API. Pipedream's integration platform allows you to integrate Insightly and Whautomate 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 Whautomate

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: {
    whautomate: {
      type: "app",
      app: "whautomate",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `${this.whautomate.$auth.api_host}/v1/contacts`,
      headers: {
        "x-api-key": `${this.whautomate.$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