Use these names when making requests to our API to specify the integration you want to connect to.

HRIS (Human Resource Information Systems)

  • ADP: adp
  • SAP SuccessFactors: sap-success-factors
  • Keka HR: keka
  • BambooHR: bamboohr
  • Gusto: gusto
  • Hibob: hibob
  • Zoho People: zoho-people
  • BreatheHR: breathehr
  • UKG Pro: ukg-pro
  • Sage HR: sage-hr
  • Google Workspace: google-workspace
  • Workday: workday
  • Rippling: rippling
  • Deel: deel
  • UKG Ready: ukg-ready
  • Oracle HCM: oracle_hcm
  • TriNet HR: trinet_hr
  • Paychex: paychex
  • Personio: personio
  • Employment Hero: employment_hero
  • CharlieHR: charliehr
  • Humaans: humaans
  • HR Partner: hrpartner
  • HRWorks: hrworks
  • Microsoft Entra ID: microsoft_entra_id
  • Okta: okta
  • Sesame: sesame
  • Factorial: factorial
  • Xero: xero
  • Quickbooks: quickbooks

ATS (Applicant Tracking Systems)

  • SAP SuccessFactors: sap-success-factors
  • Greenhouse: greenhouse
  • BambooHR: bamboohr
  • Lever: lever
  • Recruitee: recruitee
  • Workable: workable
  • Workday: workday
  • JazzHR: jazzhr
  • JobScore: jobscore

How to Use

When generating a link_token, specify the desired integration by using the appropriate name from the lists above.

For example, if you want to integrate with BambooHR for HRIS, use the name bamboohr in your request.

Example

Here’s an example of a request payload to generate a link_token for integrating with BambooHR as an HRIS:

{
  "end_user_data": {
    "org_name": "Acme Corp.", // Unique entity name of your customer's organisation
    "origin_id": "064e1cd7-49ad-4e6d-8005-7e4c92fe9675" // Unique ID to Identify your customer's organisation
  },
  "category": "HRIS", // category
  "integration": "bamboohr" // Integration name
}

For ATS integration with Greenhouse, use the name green-house:

{
  "end_user_data": {
    "org_name": "Acme Corp.", // Unique entity name of your customer's organisation
    "origin_id": "064e1cd7-49ad-4e6d-8005-7e4c92fe9675" // Unique ID to Identify your customer's organisation
  },
  "category": "ATS", // category
  "integration": "green-house" // Integration name
}

By using the correct names, you can seamlessly connect with the desired HRIS or ATS through Bindbee’s Unified APIs.