Freshdesk

api.freshdesk.com

Community

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

Pricing

free

Spec version

1.0

Base URL

https://api.freshdesk.com

Crawl failures

1

Last verified

2026-03-01 11:53:30

Health

Loading health data...

Capabilities

create_contact

email

Create a new contact (customer record) with name, email, phone, and company association.

Detail: https://api.freshdesk.com/capabilities/create_contact

create_ticket

email

Create 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

email

Retrieve 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

email

Retrieve all tickets with filtering by requester, status, priority, agent, and creation date.

Detail: https://api.freshdesk.com/capabilities/list_tickets

reply_to_ticket

email

Send 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

email

Search 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

email

Update 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.