What do you want to automate

with Insightly and Documenterra?

Prompt, edit and deploy AI agents that connect to Insightly, Documenterra 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 Page with Documenterra API on Deleted Record from Insightly API
Insightly + Documenterra
 
Try it
Create Page with Documenterra API on New Record from Insightly API
Insightly + Documenterra
 
Try it
Create Page with Documenterra API on Updated Record from Insightly API
Insightly + Documenterra
 
Try it
Create Project Backup with Documenterra API on Deleted Record from Insightly API
Insightly + Documenterra
 
Try it
Create Project Backup with Documenterra API on New Record from Insightly API
Insightly + Documenterra
 
Try it
Deleted Record from the Insightly API

Emit new event when a record is deleted.

 
Try it
New Record from the Insightly API

Emit new event when a new record 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
Create Page with the Documenterra API

Creates a new page. See the documentation

 
Try it
Create Task with the Insightly API

Creates a new task. See documentation

 
Try it
Create Project Backup with the Documenterra API

Creates a backup of a project. See the documentation

 
Try it
Export Publication with the Documenterra API

Exports an existing publication to a user-selected format. See the documentation

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

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: {
    documenterra: {
      type: "app",
      app: "documenterra",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `${this.documenterra.$auth.portal_url}/api/v1/users`,
      auth: {
        username: `${this.documenterra.$auth.email}`,
        password: `${this.documenterra.$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