{% hint style="info" %} If you’re new to integrations in Rewst, read through our introductory integration documentation here.v {% endhint %}
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.
- Log in to BambooHR.
- Navigate to https://{INSERT COMPANY DOMAIN HERE}.bamboohr.com
- Generate new API token. On the top right corner, click on the settings cog icon. Click API Keys. Add a new key.
- 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.
- Navigate to Marketplace > Integrations in the left side menu of your Rewst platform.
- Search for
BambooHRin the integrations page.

- Click on the integration tile to launch the configuration setup page.
- Under Parameters:
- Paste the API token into the API token field.
- Enter the company domain from your BambooHR account. E.g. If you navigate to
https://example.bamboohr.com, your company domain isexample.
- 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 %}
{% 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 |