Freshdesk, the online customer engagement solution from Freshworks, lets you streamline your company's customer support using the customer service software and helps you to efficiently manage your customers as you scale. Here's what you can do with Freshdesk,
- Track and manage incoming tickets from multiple channels into one single view
- Support customers across various platforms like email, phone, call, chat, social media, and other messaging apps
- Collaborate with multiple teams within your company to split, assign and resolve queries faster as a team
- Automate redundant tasks like agent assignment based on the skill, workload, and availability
- Empower customers with a comprehensive knowledge base and self-service portal
- Analyze and gather critical insights on agent performances and customer experience with advanced analytics
- Customize Freshdesk completely to suit your business requirements
- Leverage AI and ML capabilities of Freddy, to take some work off your agents and provide faster resolutions to customers, without compromising on the quality
You can sign up for a free trial here.
You can create one from under freshdesk.com, using the 'Sign up' option. The website will collect your contact information before creating a new Freshdesk Trial Account for you.
Alternatively, you can use the below link to sign up for a new Freshdesk account -
https://freshdesk.com/signup
Happy Supporting!
You can use the below-displayed code to restrict the customer from editing the ticket fields after a ticket is submitted.
Please navigate to Admin--> Channels > Portals -->Customize portal-->Layout & pages-->Portal pages-->paste the below code under the Ticket details section,
<script>
jQuery('#portal_ticket_form .controls').each(function() {
jQuery(this).children().attr('disabled','disabled');
});
jQuery('#helpdesk_ticket_submit').attr('disabled','disabled')
</script>
This would be possible only from the Estate plan onwards in Freshdesk.
You can pre-populate the users' email addresses and grey-out the field so that they will not be able to edit the email address when the user is logged in. This can be done by greying out the 'Requester' field using a jQuery script.
The code that you'll have to use is -
{% if portal.has_user_signed_in %}
<script type='text/javascript'>
jQuery('#helpdesk_ticket_email').prop('disabled', true);
</script>
{% endif %}
You would have to place this code below the existing code under Admin --> Channels --> Portals --> Customize portal --> Layouts & Pages --> Portal Pages --> New Ticket and then click on Save & Publish.
This option would be available from the Estate plan onwards.
To prevent the portal from being crawled on a Google Search, you can have the following code attached under Portal customizations. This would available only for accounts on the Estate and Forest plans, though.
To hide the entire portal, please go to Admin --> Channels --> Portals --> Customize portal --> Layouts & Pages --> Portal Layout --> Head and add the below mentioned tag:
<META NAME='ROBOTS' CONTENT='NOINDEX, NOFOLLOW'>
If you are looking to hide only the Solutions tab from being crawled, please paste the following tag-
{% if current_tab == 'solutions' %}
<meta name='robots' content='noindex, nofollow'>
{% endif %}
Please go to Admin > Channels > Portals > Customize > Edit theme > Layouts & Pages and make the following changes.
Header:
<script>
jQuery('#header-tabs a[href='/support/solutions']').text('Knowledge base');
</script>
Footer:
<script>
jQuery('.footer-links a[href='/support/solutions']').text('Knowledge base');
</script>
Search results:
<script>
jQuery('.nav-filter li a[href^='/support/search/solutions?term']').text('Knowledge Base');
</script>
Note:
1)This can only be done on accounts in the Estate and Forest plan (older plan structure).
2)If multiple languages are set up on the helpdesk, you would need to specify the languages.
For example, if the helpdesk languages are English and French, here is the script for header:
<script>
jQuery('#header-tabs a[href="/en/support/solutions"]').text("Knowledgebase");
jQuery('#header-tabs a[href="/fr/support/solutions"]').text("Base de connaissances");
</script>
To learn more about portal customization, click here.
If you do not wish your customers to login to your portal, but only to view the content which is made available on it, you could hide the login button from your portal.
To hide the login button, you can use the following code under the Stylesheet section:
a[href*='login']
{display:none;}
This can be found under Admin --> Channels --> Portals --> Customize --> Edit theme > Stylesheet and would be available from the Garden plan onwards.
The default behavior in Freshdesk is that the users will be redirected to the Portal Home page when they access the Customer portal.
If you are looking to show the Tickets page or the Solutions page instead of the portal home, below is a small hack to do that.
Please add this code under Admin --> Channels --> Portals --> Customize portal --> Layout & Pages --> Portal pages --> Portal home.
<script type='text/javascript'>
window.location.href = 'https://domain.freshdesk.com/support/solutions';
</script>
This code will redirect the user to the solutions page when they access the portal home page. Similarly, You could replace the URL with the tickets page URL to redirect users to the tickets page.
This is available only from the Estate plan onwards.
Note: In the code, please replace domain.freshdesk.com with your Freshdesk URL.
Using our Help widget, you can easily search and browse through our FAQs. To create a ticket click 'Get in touch' option. Alternatively, you could also write to support@freshdesk.com. You can also use our chat support if you have subscribed for a plan where you can engage with our bot/agent and have a ticket created.
It is always best to write your own elements since you have access and the space to write your own script, HTML. This way, your elements are independent from the default elements we have provided and would not result in the page breaking. For instance, we could have used the style of the header in more than one place in the website and so overwriting it will automatically reflect it in the other places of the website.
To have different side bars, you need to enclose class under a parent element.
Example:
.custom-homepage {
.sidebar{
//your css code here
}
}
.custom-category-page {
.sidebar{
//your css code here
}
}
If you are looking to customise the profile page, you can style it with the scripts in the header that will be carried to the profile page. The 'Edit' page has Header and Footer.
The page is not customisable and so it is not possible to achieve the color coding using a custom script. However, by default, you can see the color coding on the sidebar based on priority as:
“Current_page_name” This is a liquid object used to cull out the name of the current page. Through this, you can see the portal homepage, New Ticket Page, Solutions Page, Edit Page etc. As a workaround, you can use jQuery scripts to get the current page URL.
Go to Admin > Channels > Portal > Customize portal > Layouts & Pages > Portal pages >Discussions > Topic View. Replace user.name as user.firstname in the places where user.name is mentioned in the css code of the topic view page.
At times, there might be instances where you need to create a ticket on behalf of a customer who reached out to you directly, or for proactive support.
You can do this under '+New' -> New Ticket. You enter the Requester Information, Ticket Subject, and Description and other mandatory fields to raise a ticket on behalf of the Requester.
At times, an agent might need tickets for his/her own reference.
Such a ticket can be created by clicking on New ticket icon from the Menu bar. The SLA timers would still be ticking on such tickets.
As a workaround, the agent can send in an email ticket (send an email to the support email address) and then reply or can add a public note to the same ticket from Freshdesk, this way the First response SLA would not be violated.
An agent is a user in your helpdesk who takes care of the support activities as a full-time job. An agent can be assigned the role of an admin, supervisor or given a custom role with specified duties.
However, a collaborator is a third-party member you invite to be part of a support ticket. These collaborators are not part of your helpdesk but can be added to specific tickets as a one-time activity.
A few scenarios where you can add collaborators are to provide approvals on a refund request, provide insights on a business use case or give information related to resolving the ticket.
Admins can invite Collaborators from outside the team to your Freshdesk account to collaborate on tickets or give your agents the privilege to invite collaborators.
Collaborators will then receive an email inviting them to log into their Freshdesk account. They can then view the ticket and customer details and collaborate by responding to the private note and helping full-time agents resolve the ticket faster.
Freshworks Neo Platform is a flexible, end-to-end, AI-powered enterprise platform that offers a set of services that are leveraged by all the applications in the Freshworks portfolio. It is a centralized console offering customizable security and administration solutions across Freshworks products. Admins can leverage different authentication and authorization solutions, various security controls to customize, and simplified agent and account management.
When you first sign up for a Freshworks product, an Organization is created. You can access the Neo Admin Center using the Organization URL or Freshworks URL that looks something like this: yourcompany@freshworks.com. It binds every customer accounts across the Freshworks portfolio together. As an organization admin, you can easily access all the accounts, security settings, and agents under a single glass pane.
When you sign up for a standalone Freshdesk account, you will be provided with a Freshdesk URL address or subdomain that your admins and agents will use to log in to your Freshdesk account. Your customers will also use it to access your self-service portal. E.g., acmesupport.freshdesk.com