Freshdesk
api.freshdesk.com
Freshdesk is a cloud-based customer support and helpdesk platform by Freshworks. The API lets you manage support tickets, contacts, companies, and knowledge base articles. It supports multi-channel ticketing from email, phone, chat, and social media in a single unified inbox.
api_key
free
1.0
https://api.freshdesk.com
1
2026-03-01T11:53:30.000Z
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Capabilities
create_contact
emailCreate a new contact (customer record) with name, email, phone, and company association.
Detail: https://api.freshdesk.com/capabilities/create_contact
create_ticket
emailCreate a new support ticket with subject, description, priority, and status. Supports email, phone, and portal as source channels.
Detail: https://api.freshdesk.com/capabilities/create_ticket
list_contacts
emailRetrieve all contacts (customers) in your Freshdesk account with their email, phone, company, and ticket history.
Detail: https://api.freshdesk.com/capabilities/list_contacts
list_tickets
emailRetrieve all tickets with filtering by requester, status, priority, agent, and creation date.
Detail: https://api.freshdesk.com/capabilities/list_tickets
reply_to_ticket
emailSend a public reply to a customer on an existing ticket. The reply is delivered via the ticket's original channel (email, portal, etc.).
Detail: https://api.freshdesk.com/capabilities/reply_to_ticket
search_solutions
emailSearch the Freshdesk knowledge base (Solutions) for articles matching a query. Returns article titles, descriptions, and folder info.
Detail: https://api.freshdesk.com/capabilities/search_solutions
update_ticket
emailUpdate a ticket's properties or add a reply/note. Change status, priority, assignee, or add internal notes for agent collaboration.
Detail: https://api.freshdesk.com/capabilities/update_ticket
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Freshdesk Description: Freshdesk is a cloud-based customer support and helpdesk platform by Freshworks. The API lets you manage support tickets, contacts, companies, and knowledge base articles. It supports multi-channel ticketing from email, phone, chat, and social media in a single unified inbox. Auth: api_key Capabilities: - create_contact: Create a new contact (customer record) with name, email, phone, and company association. - create_ticket: Create a new support ticket with subject, description, priority, and status. Supports email, phone, and portal as source channels. - list_contacts: Retrieve all contacts (customers) in your Freshdesk account with their email, phone, company, and ticket history. - list_tickets: Retrieve all tickets with filtering by requester, status, priority, agent, and creation date. - reply_to_ticket: Send a public reply to a customer on an existing ticket. The reply is delivered via the ticket's original channel (email, portal, etc.). - search_solutions: Search the Freshdesk knowledge base (Solutions) for articles matching a query. Returns article titles, descriptions, and folder info. - update_ticket: Update a ticket's properties or add a reply/note. Change status, priority, assignee, or add internal notes for agent collaboration.