Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 3.34 KB

File metadata and controls

54 lines (41 loc) · 3.34 KB

BambooHR integration

{% hint style="info" %} If you’re new to integrations in Rewst, read through our introductory integration documentation here.v {% endhint %}

What does the BambooHR integration do?

Our BambooHR integration enables data synchronization and automation in HR processes. Use BambooHR's API within Rewst workflows to automate HR workflows, manage employee records, and synchronize relevant HR data securely across platforms.

Set up the BambooHR integration

Set up steps in BambooHR

  1. Log in to BambooHR.
  2. Navigate to https://{INSERT COMPANY DOMAIN HERE}.bamboohr.com
  3. Generate new API token. On the top right corner, click on the settings cog icon. Click API Keys. Add a new key.
  4. Copy the token value. The token value will be displayed in the lower right corner. Copy the token value to your clipboard. You will need this value to authenticate your API calls.

Set up steps in Rewst

  1. Navigate to Marketplace > Integrations in the left side menu of your Rewst platform.
  2. Search for BambooHR in the integrations page.

  3. Click on the integration tile to launch the configuration setup page.
  4. Under Parameters:
    1. Paste the API token into the API token field.
    2. Enter the company domain from your BambooHR account. E.g. If you navigate to https://example.bamboohr.com, your company domain is example.
  5. Click Save Configuration.

{% hint style="info" %} The BambooHR integration does not require you to complete the organization mapping process. {% endhint %}

{% hint style="success" %} Got an idea for a new Integration? Rewst is constantly adding new integrations to our integrations page. Submit your idea or upvote existing ideas here in our Canny feedback collector. {% endhint %}

Actions and endpoints

{% hint style="info" %} For more on how actions work in Rewst, check out our introductory actions documentation here. {% endhint %}

Category Action Description
Account Information List Fields Get a list of fields that are available in the account
Employees Get Company Information Gets Company Information
Employees Get Employee Get employee data by specifying a set of fields.
Employees Update Employee Update an employee, based on employee ID
Employees Add Employee Add an employee. New employees must have at least a first name and a last name
Employees Get Employee Directory Gets Employee Directory
Generic Request BambooHR API Request Generic action for making authenticated requests against the BambooHR API