Find tickets awaiting our reply
freshdesk_find_unanswered_ticketsIdentify tickets where your support team owes a reply by comparing last reply and customer response times, regardless of status. Prioritize the freshest unanswered customer messages.
Instructions
The queue of tickets where the support team owes the customer a reply.
This is the entry point for "what do I have to answer". It does NOT trust ticket status: a ticket can sit in a custom status like "In Progress" and still owe an answer. Instead it compares, per ticket, when we last replied against when the customer last wrote. Tickets waiting on the customer are excluded, as are terminal ones.
Ordered by how recently the customer wrote, so entry #1 is the freshest thing left unanswered. Read the full thread with freshdesk_get_ticket and freshdesk_get_conversations before drafting anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | How far back to look at ticket activity. Widen it to catch quiet tickets. | |
| limit | No | How many tickets to return. | |
| pages | No | Pages of 100 tickets to scan. Raise it on a busy instance. |