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
-
Create an API Key in BambooHR. Here is their documentation on how to do this, Getting Started With the API
-
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>.
-
Configure the Authentication field in the Integration Configuration as follows: Basic <encoded-api-key>