BambooHR

API configuration: bamboohr, bamboohr-basic

Features

Features
Status

We can implement missing features in <48h, just ask for it in the community.

Getting started

Do you need help? Please check this link.

Connection configuration in Terapi

BambooHR requires a user-specific subdomain to authenticate.

You should request this from the user and pass it to Terapi in the terapi.auth() call:

// oAuth
terapi.auth('bamboohr', '', });
// API key
terapi.auth('bamboohr-basic', '', ,
        params: 
    })

Add Connection configuration in Terapi by editing this page.

Last updated