Pre-Configured APIs
BambooHR
API configuration: bambookhr
, bamboohr-basic
Features
Features | Status |
---|---|
Auth (Basic) | ✅ |
Sync data | ✅ |
Perform workflows | ✅ |
Proxy requests | ✅ |
Receive webhooks | 🚫 (time to contribute: <48h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
- Web API docs (their REST API)
- How to register/integrate an Application
- OAuth-related docs
- Web API docs (their REST API)
Need help getting started? Get help in the community.
Connection configuration in Nango
BambooHR requires a user specific subdomain to authenticate
You should request this from the user and pass it to Nango in the nango.auth()
call:
For more details, see the docs here.
API gotchas
- When creating a connection, you need to add the subdomain as a params argument, for example:
nango.auth('bamhoo-hr', '1', {params: {subdomain: '<your-subdomain>'}})
. - Authenticating via API key: BambooHR gives only an
API Key
but uses Basic auth for the API. Pass theAPI Key
as the username and usex
for the password. See BambooHR documentation
Add Getting Started links and Gotchas by editing this page