Skip to main content
Freshdesk is a customer support platform that lets your agents create, update, retrieve, and reply to helpdesk tickets directly from within Lyzr Agent Studio.

Setup

  1. In Agent Studio, go to ToolsFreshdeskConnect
  2. Paste your API key from the Freshdesk dashboard
  3. Your Freshdesk account is now connected and ready to use

Available actions

Adding to an agent

  1. Open your agent in Agent Studio → Agent Builder
  2. Go to Tools and enable Freshdesk
  3. Select only the actions your agent needs
  4. Set auth mode: Shared (agent acts on one account) or Per-user (each end-user connects their own account)

Example use cases

Automated ticket creation from inbound requests When a customer submits a request through a chat interface or form, an agent can automatically call FRESHDESK_CREATE_TICKET to open a ticket with the correct priority and assignment, eliminating manual data entry for support staff. Intelligent ticket triage and status updates An agent can use FRESHDESK_GET_TICKETS to fetch open tickets, analyze their content, and then call FRESHDESK_UPDATE_TICKET to reassign or reprioritize them based on urgency, keeping queues organized without human intervention. Automated follow-up replies After detecting that a ticket has gone unanswered for a set period, an agent can use FRESHDESK_REPLY_TICKET to send a proactive follow-up to the customer, improving response times and customer satisfaction.