Freshdesk
CRM & Support

Freshdesk Connector

Connect to Freshdesk helpdesk to manage support tickets, contacts, and conversations.

$pip install "toolsconnector[freshdesk]"
23
Actions
CRM & Support
Category
Free
Apache 2.0

All 23 Actions

Action Description Parameters Returns
add_noteAdd a note to a ticketticket_id, bodyFreshdeskNote
create_company ⚠Create a new companyname  [domains, description]FreshdeskCompany
create_contact ⚠Create a new contactname, emailFreshdeskContact
create_ticket ⚠Create a new support ticketsubject, description, email  [priority, status]FreshdeskTicket
delete_ticket ⚠Delete a Freshdesk ticketticket_idbool
get_agentGet a single agent by IDagent_idFreshdeskAgent
get_companyGet a single company by IDcompany_idFreshdeskCompany
get_contactGet a single contact by IDcontact_idFreshdeskContact
get_ticketGet a single ticket by IDticket_idFreshdeskTicket
list_agentsList agents in Freshdesk[limit]list
list_canned_responsesList canned responseslist
list_companiesList companies in Freshdesk[limit, page]PaginatedList[FreshdeskCompany]
list_contactsList contacts[limit, page]PaginatedList[FreshdeskContact]
list_email_configsList email configurationslist
list_groupsList agent groups in Freshdesklist
list_satisfaction_ratingsList satisfaction ratings[limit, page]PaginatedList[dict[str, Any]]
list_ticket_fieldsList ticket fields in Freshdesklist
list_ticketsList support tickets[status, priority, limit, page]PaginatedList[FreshdeskTicket]
merge_tickets ⚠Merge multiple tickets into oneprimary_id, secondary_idsbool
reply_to_ticket ⚠Reply to a ticketticket_id, bodyFreshdeskReply
search_ticketsSearch tickets using Freshdesk query languagequeryPaginatedList[FreshdeskTicket]
update_contactUpdate an existing contactcontact_id  [name, email]FreshdeskContact
update_ticketUpdate an existing ticketticket_id  [status, priority]FreshdeskTicket
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing