FRESHDESK_CREATE_TICKET | Creates a new support ticket in Freshdesk with the specified subject, description, and optional metadata such as priority, status, and assignee. |
FRESHDESK_DELETE_TICKET | Permanently deletes an existing ticket from Freshdesk by ticket ID. |
FRESHDESK_GET_TICKETS | Retrieves a filtered and paginated list of tickets from Freshdesk based on criteria such as status, priority, agent, or requester email. |
FRESHDESK_LIST_ALL_TICKETS | Lists all tickets in the connected Freshdesk account without any filters applied. |
FRESHDESK_REPLY_TICKET | Posts a reply to an existing ticket, with optional CC and BCC recipients and file attachments. |
FRESHDESK_UPDATE_TICKET | Updates the fields of an existing ticket such as status, priority, assignee, tags, or custom fields. |
FRESHDESK_VIEW_TICKET | Fetches the full details of a single ticket by its ID. |