Close menu
Explore Plans
Mobile menu Close menu
BambooHR

New time-off request

This trigger fires every time a new time-off request is submitted in your BambooHR account.

Developer info

API endpoint slug
bamboo_hr.new_time_off_request

Trigger fields

Status Dropdown list

Label
Status to watch
Helper text
Choose which time-off request statuses should fire this trigger.
Slug
status
Required
true
Can have default value
true

Ingredients

Request

Slug
request_id
Filter code
BambooHr.newTimeOffRequest.RequestId
Type
String
Example
4567

Employee

Slug
employee_id
Filter code
BambooHr.newTimeOffRequest.EmployeeId
Type
String
Example
123

Employee name

Slug
employee_name
Filter code
BambooHr.newTimeOffRequest.EmployeeName
Type
String
Example
Jane Doe

Time off type

Slug
time_off_type
Filter code
BambooHr.newTimeOffRequest.TimeOffType
Type
String
Example
Vacation

Start date

Slug
start_date
Filter code
BambooHr.newTimeOffRequest.StartDate
Type
String
Example
2026-06-01

End date

Slug
end_date
Filter code
BambooHr.newTimeOffRequest.EndDate
Type
String
Example
2026-06-05

Status

Slug
status
Filter code
BambooHr.newTimeOffRequest.Status
Type
String
Example
requested

Amount

Slug
amount
Filter code
BambooHr.newTimeOffRequest.Amount
Type
String
Example
5

Notes

Slug
notes
Filter code
BambooHr.newTimeOffRequest.Notes
Type
String
Example
Family vacation

Created at

Slug
created_at
Filter code
BambooHr.newTimeOffRequest.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00