What it does
BambooHR reads employees and creates new employee records via the v1 REST API. Uses api_key auth via HTTP Basic (api_key as username, literal "x" as password).
Setup
- In BambooHR, click your avatar → API Keys → create a key.
- In FlowFn, go to Platform Tools → BambooHR → Connect and provide subdomain + api_key.
Actions
- List Employees (directory), Get Employee (configurable fields), Create Employee
Notes
Create returns the new id from the Location header (BambooHR returns no body on create).