Add a task to a hire
onboarding_task_addAdd a task to a new hire's onboarding plan, assigning an owner (HR, manager, or IT) and a due date counted from the start date.
Instructions
Add one task to a hire's plan and return its K01-style id: the text, who owns it (hr, manager or it) and how many days after the start date it is due. The due date is counted from the hire's start date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hire | Yes | The hire id, e.g. H-0001, or the name when only one carries it | |
| text | Yes | The task, as the person doing it will read it, e.g. Issue laptop and security badge | |
| owner | Yes | Who owns the task: hr, manager or it | |
| due_offset | Yes | Days after the hire's start date the task is due. 0 is day one |