Request time off
clockify_request_time_offRequest time off in Clockify against a policy, with start/end dates, half-day option, and an approver note.
Instructions
Files a time-off request against a policy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Last day off | |
| from | Yes | First day off | |
| note | No | Reason shown to the approver | |
| user_id | No | User id, or `me` (default) for the owner of the API key. | |
| half_day | No | Book half days instead of full ones | |
| policy_id | Yes | Policy id from clockify_list_time_off_policies | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. |