list_all_ticket_conversation
Retrieve all conversations associated with a specific ticket in Freshservice to track interactions, resolve issues, and maintain context efficiently.
Instructions
List all conversation of a ticket in freshservice.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ticket_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ticket_id": {
"title": "Ticket Id",
"type": "integer"
}
},
"required": [
"ticket_id"
],
"title": "list_all_ticket_conversationArguments",
"type": "object"
}