PipedreamHQ / PipedreamHQ/pipedream
[Components] bamboohr
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# bamboohr
## URLs
## Webhook Sources
### updated-employee-instant
#### Prompt
Emit new event when any specified employee fields are updated. Props required: Employee ID and Fields to Watch.
## Polling Sources
### new-employee
#### Prompt
Emit new event when a new employee is created. No props required for this trigger.
### new-time-off
#### Prompt
Emit new event when a new time off is approved for any employee. Props required: Employee ID and Time Off Type.
## Actions
### create-employee
#### Prompt
Creates a new employee record in BambooHR. Required props: Full Name, Job Title, Employment Status, and Work Email. Optional props: Home Address, Phone Number, Social Security Number, Hiring Date.
### respond-time-off-request
#### Prompt
Allows the user to handle Time Off Requests in BambooHR. This action enables the user to approve, deny, or cancel a time off request. Required props: Employee ID, Time Off Request ID, Action (Approve, Deny or Cancel).
### update-employee
#### Prompt
Updates an existing employee's data in BambooHR. Required props: Employee ID. Optional props: Any fields you would like to update such as Full Name, Job Title, Employment Status, Work Email, etc.
Contributor guide
Assessment
This issue has not been assessed yet.