Connect BambooHR to FireStart Cloud

If you want to use an integration in your process, please read the general Integrations article first.

 

How do you connect?

BaseURL

Configure the BaseURL for the Integration as

https://api.bamboohr.com/api/gateway.php/<company-domain>

You can get the company-domain from your BambooHR URL as in this example:

company-domain.bamboohr.com/...

 

Authentication

  1. Create an API Key in BambooHR. Here is their documentation on how to do this, Getting Started With the API

  2. Go to a base64 encoder and encode <your-api-key>:firestart-cloud. Exchange <your-api-key> for the API key which you created in BambooHR. You will get an <encoded-api-key>.

  3. Configure the Authentication field in the Integration Configuration as follows: Basic <encoded-api-key>