Update BambooHR credentials to template

This commit is contained in:
freakwriter 2024-04-23 14:39:20 -04:00
parent 7227fecb94
commit dc55f448a7

View File

@ -6,7 +6,7 @@ contentType: integration
# BambooHR credentials
You can use these credentials to authenticate the following nodes with BambooHR.
You can use these credentials to authenticate the following node:
- [BambooHR](/integrations/builtin/app-nodes/n8n-nodes-base.bamboohr/)
@ -14,12 +14,21 @@ You can use these credentials to authenticate the following nodes with BambooHR.
Create a [BambooHR](https://www.bamboohr.com/) account.
## Using Access Token
## Supported authentication methods
1. Log into your BambooHR account and click on the profile image in the upper right corner.
2. Click on *API Keys*.
3. Click on *Add New Key*, enter any name for your new key and hit *Generate Key*.
4. Copy the key provided by BambooHR into the *API Key* field of n8n's credentials modal.
5. Enter your subdomain (the part between `https://` and `.bamboohr.com`) in the *Subdomain* field of n8n's credentials modal.
6. Click on *Save*.
- API Key
## Related resources
<!-- add a link to the service's documentation. This should usually go direct to the API credential docs. Amend the link text if neccessary. -->
Refer to [BambooHR's API documentation](https://documentation.bamboohr.com/docs/getting-started){:target=_blank .external-link} for more information about the service.
## Using API Key
To set up this credential, you will need:
- Your BambooHR **Subdomain**: the part between `https://` and `.bamboohr.com`
- A BambooHR **API Key**
Refer to the [Authentication section of BambooHR's Getting Started API documentation](https://documentation.bamboohr.com/docs/getting-started#authentication){:target=_blank .external-link} for instructions on generating an API key.