zendesk_wfm_get_time_off
Retrieve time off requests from Zendesk WFM with filters for agent, status, reason, type, and date range. Manage time off efficiently.
Instructions
Get WFM time off requests with optional filters (agent, status, reason, type, time range). Requires ZENDESK_WFM_API_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | No | Filter by agent ID | |
| status | No | Filter by status (e.g., pending, approved, rejected) | |
| reason | No | Filter by reason | |
| type | No | Filter by type | |
| startTime | No | Filter by start time (ISO format) | |
| endTime | No | Filter by end time (ISO format) | |
| page | No | Page number for pagination | |
| pageSize | No | Number of items per page |