What do you want to automate

with SwaggerHub and Tellent Recruitee?

Prompt, edit and deploy AI agents that connect to SwaggerHub, Tellent Recruitee 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
Clone API Version with SwaggerHub API on New Candidate Created from Tellent Recruitee API
Tellent Recruitee + SwaggerHub
 
Try it
Create Candidate with Tellent Recruitee API on New API Version Created from SwaggerHub API
SwaggerHub + Tellent Recruitee
 
Try it
Create Note with Tellent Recruitee API on New API Version Created from SwaggerHub API
SwaggerHub + Tellent Recruitee
 
Try it
Create Task with Tellent Recruitee API on New API Version Created from SwaggerHub API
SwaggerHub + Tellent Recruitee
 
Try it
Delete API Version with SwaggerHub API on New Candidate Created from Tellent Recruitee API
Tellent Recruitee + SwaggerHub
 
Try it
New API Version Created from the SwaggerHub API

Emit new event for every created version of a specific API. See the docs here

 
Try it
New Candidate Created from the Tellent Recruitee API

Emit new event when a new candidate is created. See the Documentation

 
Try it
Clone API Version with the SwaggerHub API

Clones a version for an API. See the docs here

 
Try it
Create Candidate with the Tellent Recruitee API

Create a new candidate. See the documentation

 
Try it
Delete API Version with the SwaggerHub API

Deletes a version of an API. See the docs here

 
Try it
Create Note with the Tellent Recruitee API

Create a new note for a candidate. See the documentation

 
Try it
Create Task with the Tellent Recruitee API

Create a new task for a candidate. See the documentation

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

Overview of SwaggerHub

The SwaggerHub API offers capabilities to streamline working with your Swagger (OpenAPI) definitions within SwaggerHub. On Pipedream, you can automate interactions with the SwaggerHub API to keep APIs in sync, manage your API versions, and integrate your API design workflow with other tools and services. Leverage Pipedream's serverless platform to create, update, and share your SwaggerHub API definitions across different environments or teams efficiently.

Connect SwaggerHub

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    swaggerhub: {
      type: "app",
      app: "swaggerhub",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.swaggerhub.com/user-management/v1/orgs/{your_org_name}/members`,
      headers: {
        "Authorization": `${this.swaggerhub.$auth.api_key}`,
      },
      params: {
        limit: `10`,
      },
    })
  },
})

Overview of Tellent Recruitee

The Recruitee API allows you to automate and integrate your recruitment process with other tools and services. It provides programmatic access to manipulate jobs, candidates, and various recruitment activities. By using Pipedream, you can create custom workflows that interact with the Recruitee platform, enabling you to streamline your hiring process, synchronize recruitment data with other systems, and trigger actions based on recruitment events.

Connect Tellent Recruitee

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: {
    recruitee: {
      type: "app",
      app: "recruitee",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.recruitee.com/c/${this.recruitee.$auth.company_id}/candidates`,
      headers: {
        Authorization: `Bearer ${this.recruitee.$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