Read the whole thread of a ticket
freshdesk_get_conversationsGet a ticket's message list, oldest first, with each message's author (customer, agent public/private) and visibility. Review the full conversation thread before replying.
Instructions
Every message on a ticket, oldest first, each one labelled with who wrote it and who can see it:
CUSTOMER — the requester wrote it AGENT (public) — we wrote it and the customer received it AGENT (private) — an internal note; the customer never saw this
Two things to know before drafting from this. The ticket DESCRIPTION is the customer's first message and is not part of this list — get it from freshdesk_get_ticket. And many tickets open with an automated private note from the helpdesk itself: that is internal routing chatter, not something the customer said.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Most recent N messages to show, when the thread is long. | |
| ticket_id | Yes | ||
| max_chars_per_message | No |