What do you want to automate

with Breathe and IntelliHR?

Prompt, edit and deploy AI agents that connect to Breathe, IntelliHR 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
Approve or Reject Leave Request with Breathe API on New Job (Instant) from IntelliHR API
IntelliHR + Breathe
 
Try it
Approve or Reject Leave Request with Breathe API on New Person (Instant) from IntelliHR API
IntelliHR + Breathe
 
Try it
Approve or Reject Leave Request with Breathe API on New Training (Instant) from IntelliHR API
IntelliHR + Breathe
 
Try it
Create Employee with Breathe API on New Job (Instant) from IntelliHR API
IntelliHR + Breathe
 
Try it
Create Employee with Breathe API on New Person (Instant) from IntelliHR API
IntelliHR + Breathe
 
Try it
New Job (Instant) from the IntelliHR API

Emit new event when a new job is created in intellihr. See the documentation

 
Try it
Employee Updated from the Breathe API

Emit new event when an existing employee is updated in Breathe. See the documentation

 
Try it
New Person (Instant) from the IntelliHR API

Emit new event when a new person is created in intellihr. See the documentation

 
Try it
New Employee Created from the Breathe API

Emit new event when a new employee is created in Breathe. See the documentation

 
Try it
New Training (Instant) from the IntelliHR API

Emit new event when a new training record is created in intellihr. See the documentation

 
Try it
Approve or Reject Leave Request with the Breathe API

Approve or reject an employee leave request in Breathe. See the documentation

 
Try it
Create Person with the IntelliHR API

Creates a new individual record in intellihr. See the documentation

 
Try it
Create Employee with the Breathe API

Creates a new employee in Breathe. See the documentation

 
Try it
Find Person with the IntelliHR API

Searches for a person in intellihr using. See the documentation

 
Try it
Create Leave Request with the Breathe API

Creates a new leave request for an employee in Breathe. See the documentation

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

Connect Breathe

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

Overview of IntelliHR

The IntelliHR API offers a gateway to a comprehensive human resource management system, focusing on performance, analytics, and automation. It enables developers to integrate various aspects of HR management, such as employee data, performance reviews, and training records, into their own applications or workflows. Using the API on Pipedream, one can seamlessly connect IntelliHR with other services to automate tasks, sync data, and create responsive HR solutions that operate in real-time.

Connect IntelliHR

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: {
    intellihr: {
      type: "app",
      app: "intellihr",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.intellihr.io/v1/users`,
      headers: {
        Authorization: `Bearer ${this.intellihr.$auth.api_key}`,
        "tenant": `${this.intellihr.$auth.tenant_name}`,
      },
    })
  },
})

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