Close menu
Explore Plans
Mobile menu Close menu
BambooHR

Create an employee

This action creates a new employee record in your BambooHR account.

Developer info

API endpoint slug
bamboo_hr.create_employee
Filter code method
BambooHr.createEmployee.skip(string?: reason)
Runtime method
runAction("bamboo_hr.create_employee", {})

Action fields

First name Text input > Other

Label
First name
Helper text
Employee's first name.
Slug
first_name
Required
true
Can have default value
true
Filter code method
BambooHr.createEmployee.setFirstName(string: first_name)

Last name Text input > Other

Label
Last name
Helper text
Employee's last name.
Slug
last_name
Required
true
Can have default value
true
Filter code method
BambooHr.createEmployee.setLastName(string: last_name)

Work email Text input > Other

Label
Work email
Helper text
Employee's work email address.
Slug
work_email
Required
true
Can have default value
true
Filter code method
BambooHr.createEmployee.setWorkEmail(string: work_email)

Hire date Text input > Other

Label
Hire date
Helper text
Employee's hire date (YYYY-MM-DD).
Slug
hire_date
Required
false
Can have default value
true
Filter code method
BambooHr.createEmployee.setHireDate(string: hire_date)

Department Text input > Other

Label
Department
Helper text
Department name.
Slug
department
Required
false
Can have default value
true
Filter code method
BambooHr.createEmployee.setDepartment(string: department)

Job title Text input > Other

Label
Job title
Helper text
Job title.
Slug
job_title
Required
false
Can have default value
true
Filter code method
BambooHr.createEmployee.setJobTitle(string: job_title)