freshdesk · Capability
Freshdesk REST API — Conversations
Freshdesk REST API — Conversations. 6 operations. Lead operation: Update a conversation. Self-contained Naftiko capability covering one Freshdesk business surface.
What You Can Do
PUT
Updateconversation
— Update a conversation
/v1/conversations/{conversation-id}
DELETE
Deleteconversation
— Delete a conversation
/v1/conversations/{conversation-id}
GET
Listticketconversations
— List conversations on a ticket
/v1/tickets/{ticket-id}/conversations
POST
Forwardticket
— Forward a ticket
/v1/tickets/{ticket-id}/forward
POST
Createnote
— Create a note on a ticket
/v1/tickets/{ticket-id}/notes
POST
Replytoticket
— Reply to a ticket
/v1/tickets/{ticket-id}/reply
MCP Tools
update-conversation
Update a conversation
idempotent
delete-conversation
Delete a conversation
idempotent
list-conversations-ticket
List conversations on a ticket
read-only
idempotent
forward-ticket
Forward a ticket
create-note-ticket
Create a note on a ticket
reply-ticket
Reply to a ticket