Factorial · Arazzo Workflow
Factorial Onboard Employee
Version 1.0.0
Create an employee, confirm the record, assign teams, and send the Factorial invitation.
View Spec
View on GitHub
Human ResourcesHRISEmployee ManagementTime TrackingPayrollTime OffPerformance ManagementArazzoWorkflows
Provider
Workflows
onboard-employee
Create a Factorial employee, assign teams, and invite them.
Creates the employee, reads it back, writes the team assignments onto the employee record, and sends the login invitation.
1
createEmployeeRecord
createEmployee
Create the employee record from the supplied profile fields.
2
confirmEmployee
getEmployee
Read the newly created employee back to confirm its id and stored profile before assigning teams.
3
assignTeams
updateEmployee
Assign the new hire to the requested teams by writing the team_ids onto the employee record (Factorial exposes team membership through the employee resource rather than a dedicated teams endpoint).
4
inviteEmployee
inviteEmployee
Send the Factorial platform invitation so the new hire can sign in.