zendesk_sample_tickets
Sample tickets daily over a range of days to identify trends and patterns. Returns tickets grouped by day with volume breakdown for unbiased trend analysis.
Instructions
Sample N tickets per day over X days for trend analysis. Returns tickets grouped by day with daily volume breakdown. Useful for identifying patterns and trends over time without one busy day dominating the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand_name | Yes | Brand name to sample tickets for (case-insensitive partial match) | |
| days_back | No | Number of days to look back (default: 20) | |
| tickets_per_day | No | Number of tickets to sample per day, up to 50 (default: 25) | |
| status | No | Filter by status (open, pending, solved, closed) | |
| priority | No | Filter by priority (low, normal, high, urgent) | |
| include_comments | No | Include full comment history (default: true) |