What do you want to automate

with Tellent HR - Manage (formerly kiwiHR) and Recruitis?

Prompt, edit and deploy AI agents that connect to Tellent HR - Manage (formerly kiwiHR), Recruitis 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 Answer with Recruitis API on New Employee from Tellent HR - Manage (formerly kiwiHR) API
Tellent HR - Manage (formerly kiwiHR) + Recruitis
 
Try it
Create Candidate with Recruitis API on New Employee from Tellent HR - Manage (formerly kiwiHR) API
Tellent HR - Manage (formerly kiwiHR) + Recruitis
 
Try it
Create Job with Recruitis API on New Employee from Tellent HR - Manage (formerly kiwiHR) API
Tellent HR - Manage (formerly kiwiHR) + Recruitis
 
Try it
Get Jobs with Recruitis API on New Employee from Tellent HR - Manage (formerly kiwiHR) API
Tellent HR - Manage (formerly kiwiHR) + Recruitis
 
Try it
New Employee from the Tellent HR - Manage (formerly kiwiHR) API

Emit new event when a new employee is added to KiwiHR.

 
Try it
Create Employee with the Tellent HR - Manage (formerly kiwiHR) API

Add a new employee to kiwiHR. See the documentation

 
Try it
Create Answer with the Recruitis API

Create a new answer for a job. See the documentation

 
Try it
Create Candidate with the Recruitis API

Create a new candidate. See the documentation

 
Try it
Update Employee Record with the Tellent HR - Manage (formerly kiwiHR) API

Update an existing employee's record in kiwiHR. See the documentation

 
Try it
Create Job with the Recruitis API

Creates a new job ad and puts it in classifieds. See the documentation

 
Try it
Integrate the Tellent HR - Manage (formerly kiwiHR) API with the Recruitis API
Setup the Tellent HR - Manage (formerly kiwiHR) API trigger to run a workflow which integrates with the Recruitis API. Pipedream's integration platform allows you to integrate Tellent HR - Manage (formerly kiwiHR) and Recruitis remarkably fast. Free for developers.

Connect Tellent HR - Manage (formerly kiwiHR)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    kiwihr: {
      type: "app",
      app: "kiwihr",
    }
  },
  async run({steps, $}) {
    const data = {
      "query": `{ users { items { id email } } }`,
    }
    return await axios($, {
      method: "post",
      url: `${this.kiwihr.$auth.api_url}/api/graphql`,
      headers: {
        "x-api-key": `${this.kiwihr.$auth.api_key}`,
      },
      data,
    })
  },
})

Overview of Recruitis

The Recruitis API is a tool designed to streamline the recruitment process by allowing developers to automate and integrate different parts of the recruitment workflow. Using Pipedream, you could leverage the Recruitis API to create custom serverless workflows, connecting various apps and services to automate tasks such as candidate screening, interview scheduling, feedback collection, and more. Pipedream’s capability to trigger workflows on specific events, and to connect with numerous other apps, makes it particularly suited for enhancing the efficiency of recruitment processes with the Recruitis API.

Connect Recruitis

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: {
    recruitis: {
      type: "app",
      app: "recruitis",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://app.recruitis.io/api2/me`,
      headers: {
        Authorization: `Bearer ${this.recruitis.$auth.api_token}`,
      },
    })
  },
})

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