create_onboarding_case
Create employee onboarding cases with standard tasks in ServiceNow by providing employee details, start date, department, manager, location, and job title.
Instructions
Create an employee onboarding case with all standard tasks. [Write]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employee_sys_id | Yes | New employee user sys_id | |
| start_date | Yes | Start date (ISO 8601) | |
| department | No | Department name or sys_id | |
| manager | No | Manager user sys_id | |
| location | No | Office location | |
| job_title | No | Job title |