Add a hire
onboarding_hire_addRegister a new hire with name, role, and start date to generate their unique H-NNNN ID and initiate an onboarding checklist based on the assigned role.
Instructions
Add a new hire and return its H-NNNN id: a name, a role and the day they start. The role is a grouping key, lower-cased and hyphenated. Add tasks with onboarding_task_add, or apply a role template with onboarding_template_apply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The hire's name, e.g. Ada Lovelace | |
| role | Yes | The role, e.g. engineer or sales. Lower-cased and hyphenated | |
| start_date | Yes | The day they start, YYYY-MM-DD. Task due dates are counted from here |