Freshdesk is a cloud-based customer service software that helps businesses of all sizes manage and resolve customer inquiries. It is a flagship product of Freshworks Inc., a company founded in 2010 by Girish Mathrubootham and Shan Krishnasamy, with its headquarters in San Mateo, California. The core purpose of Freshdesk is to provide a unified platform where support agents can handle customer conversations from various channels like email, phone, chat, and social media. Its main functionality revolves around a powerful ticketing system, enhanced with automation and AI capabilities, to help teams work more efficiently and deliver better customer experiences.
Freshdesk offers a wide range of features designed to manage customer support operations effectively.
Freshdesk provides several pricing tiers to suit different business needs, from small startups to large enterprises.
Freshdesk offers a Free plan that is available forever for up to 10 agents. This plan is a great starting point for small businesses. It includes core functionalities such as integrated email and social ticketing, a knowledge base for self-service, ticket trend reports, and a data center location choice. While it provides essential tools, it has limitations on the number of agents and lacks the advanced automation, AI features, and customization options found in the paid plans. Freshdesk also offers a 21-day free trial for all its paid plans, allowing users to test the premium features before committing.
Getting started with Freshdesk is a straightforward process.
Pros:
Cons:
Freshdesk integrates with a wide variety of third-party applications to create a connected business ecosystem. You can find these integrations in the Freshworks Marketplace.
Yes, Freshdesk provides a comprehensive REST API that allows developers to build custom integrations and extend the platform's functionality. The API enables you to perform actions such as creating, reading, updating, and deleting tickets, contacts, and companies.
To use the API, you need an API key, which can be found in your Freshdesk account. Log in as an administrator, click on your profile icon in the top right corner, and go to 'Profile Settings'. Your API key will be displayed on the right side. You can copy it from there.
Here is an example API call using cURL to create a new ticket:
curl -v -u YOUR_API_KEY:X -H "Content-Type: application/json" -d '{ "description": "Details about the issue...", "subject": "Support Needed", "email": "customer@example.com", "priority": 1, "status": 2 }' 'https://yourdomain.freshdesk.com/api/v2/tickets'
Replace YOUR_API_KEY
with your actual key and yourdomain
with your Freshdesk account domain.
Freshworks, the parent company of Freshdesk, runs the Freshworks Partner Program, which includes opportunities for affiliates. Through this program, partners can earn commissions by referring new customers to Freshdesk and other Freshworks products.
The commission rate is typically a percentage of the revenue from the customer's first year subscription, often around 15% to 20%. Payments are usually made after a certain holding period to account for refunds.
To join, you need to apply through the Freshworks Partner Program page on their official website. The application will be reviewed, and if approved, you will get access to a partner portal with marketing materials, tracking links, and a dashboard to monitor your referrals and earnings.
Show your users that Freshdesk is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/freshdesk?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-freshdesk" target="_blank"><img src="https://saasprofile.com/freshdesk/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="Freshdesk badge" loading="lazy" /></a>