Unified.to · Arazzo Workflow
Unified.to HRIS Employee Onboarding
Version 1.0.0
Add a new HRIS employee, read the record back, then confirm they appear in the employee directory.
Provider
Workflows
hris-employee-onboarding
Create an employee, fetch the record, and search the directory for them.
Creates an HRIS employee in ACTIVE status, retrieves the created record by id, then queries the employee list by name to confirm the new hire is searchable.
1
createEmployee
createHrisEmployee
Create the employee on the connection with the supplied name, work email, and ACTIVE employment status.
2
getEmployee
getHrisEmployee
Read the new employee back by id to confirm the record was created.
3
findEmployee
listHrisEmployees
Search the employee directory by the supplied email to confirm the new hire is discoverable.