Unified.to · Arazzo Workflow
Unified.to HRIS Time-Off Request
Version 1.0.0
Look up an employee, file a time-off request for them, then list their time-off records.
Provider
Workflows
hris-timeoff-request
Verify an employee, file a time-off request, and list their time-off records.
Fetches an employee by id, creates a PENDING time-off request whose user_id references that employee, then queries time-off records filtered to the employee to confirm the request landed.
1
getEmployee
getHrisEmployee
Read the employee by id to confirm they exist on the connection before filing time off.
2
createTimeoff
createHrisTimeoff
File a PENDING time-off request for the employee over the supplied window. start_at is required by the schema.
3
listEmployeeTimeoffs
listHrisTimeoffs
List time-off records filtered to the employee to confirm the new request is tracked.