CRM Software CRM Platform Marketing Automation
Insightly is a CRM software that helps businesses manage their customer
relationships. It offers a wide range of features including contact management,
lead capture, task management, deals, projects, and reporting.
The Insightly API allows developers to access and integrate the functionality
of Insightly with other applications. Some example API methods include managing
contacts, managing deals, and retrieving project information.
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: ``,
},
})
},
})
With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include: