1
0
mirror of synced 2026-01-02 21:02:43 -05:00
Files
airbyte/docs/integrations/sources/recruitee.md
Delena Malan 92c0f6f7ac 🎉 New Source - Recruitee [low-code SDK] (#18671)
* Generate source

* Add candidates stream

* Fix docs

* Add offers stream

* Fix schema

* Use a single primary_key field

* Add departments stream

* Add sample state

* Fix company ID number

* Update PR number

* Update configured catalog

* Fix schema

* Add newlines

* Add title to properties in spec.yaml

* run format and add recruitee to source def

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-07 23:38:09 -03:00

2.1 KiB

Recruitee

This page contains the setup guide and reference information for the Recruitee source connector.

You can find more information about the Recruitee REST API here.

Prerequisites

You can find your Company ID and find or create an API key within Recruitee.

Setup guide

Step 1: Set up the Recruitee connector in Airbyte

For Airbyte Cloud:

  1. Log into your Airbyte Cloud account.
  2. In the left navigation bar, click Sources. In the top-right corner, click +new source.
  3. On the Set up the source page, enter the name for the Recruitee connector and select Recruitee from the Source type dropdown.
  4. Enter your company_id - Recruitee Company ID.
  5. Enter your api_key - Recruitee API key.
  6. Click Set up source.

For Airbyte OSS:

  1. Navigate to the Airbyte Open Source dashboard.
  2. Set the name for your source.
  3. Enter your company_id - Recruitee Company ID.
  4. Enter your api_key - Recruitee API key.
  5. Click Set up source.

Supported sync modes

The Recruitee source connector supports the following sync modes:

Feature Supported?
Full Refresh Sync Yes
Incremental Sync No
SSL connection Yes
Namespaces No

Supported Streams

Changelog

Version Date Pull Request Subject
0.1.0 2022-10-30 18671 New Source: Recruitee