BambooHR Component

Manage Employees in BambooHR
Component key: bamboohr#
Description#
BambooHR Connections#
Bamboo API KeyInput | Notes |
---|---|
Input API Key password / Required | Notes Bamboo API Key |
#
Actions#
Add EmployeeAdds an Employee | key: addEmployee
Input | Notes |
---|---|
Input Company Domain string / Required | Notes |
Input Connection connection / Required | Notes |
Input Values string Key Value List | Notes The names of the fields and their values to use when creating/updating a record |
Input First Name string / Required | Notes |
Input Last Name string / Required | Notes |
#
Add Employee Table RowAdds a row to the specified Employee Table | key: addEmployeeTableRow
Input | Notes |
---|---|
Input Company Domain string / Required | Notes |
Input Connection connection / Required | Notes |
Input Department string | Notes |
Input Division string | Notes |
Input Job Title string | Notes |
Input Location string | Notes |
Input Employee ID string / Required | Notes |
Input Reports To string | Notes |
Input Date string | Notes |
Input Table Name string / Required | Notes |
#
Get EmployeeGet an Employee | key: getEmployee
Input | Notes |
---|---|
Input Company Domain string / Required | Notes |
Input Connection connection / Required | Notes |
Input Employee ID string / Required | Notes |
#
Get Employee TableGet a specific Table associated with an Employee | key: getEmployeeTable
Input | Notes |
---|---|
Input Company Domain string / Required | Notes |
Input Connection connection / Required | Notes |
Input Employee ID string / Required | Notes |
Input Table Name string / Required | Notes |
#
Get Time Off RequestsGets Employee Time Off Requests for a given date range. | key: getTimeOffRequests
Input | Notes | Example |
---|---|---|
Input Company Domain string / Required | Notes | Example |
Input Connection connection / Required | Notes | Example |
Input Employee ID string | Notes | Example |
Input End Date string / Required | Notes | Example YYYY-MM-DD |
Input Start Date string / Required | Notes | Example YYYY-MM-DD |
Input Time Off Record ID string | Notes | Example |
Input Status string | Notes | Example |
#
Update EmployeeUpdates an Employee | key: updateEmployee
Input | Notes |
---|---|
Input Company Domain string / Required | Notes |
Input Connection connection / Required | Notes |
Input Values string Key Value List | Notes The names of the fields and their values to use when creating/updating a record |
Input Employee ID string / Required | Notes |
#
Update Employee Table RowUpdates a specific row in an Employee Table | key: updateEmployeeTableRow
Input | Notes |
---|---|
Input Company Domain string / Required | Notes |
Input Connection connection / Required | Notes |
Input Department string | Notes |
Input Division string | Notes |
Input Job Title string | Notes |
Input Location string | Notes |
Input Employee ID string / Required | Notes |
Input Reports To string | Notes |
Input Row ID string / Required | Notes |
Input Date string | Notes |
Input Table Name string / Required | Notes |