Freshdesk
With the Freshdesk integration, users can submit a new ticket to your customer support service through a bot
Last updated
With the Freshdesk integration, users can submit a new ticket to your customer support service through a bot
Last updated
You can connect the Freshdesk app to Chatlayer by using the Action bot dialog. In this dialog, choose Integration widget, then under 'App', select Freshdesk and click on 'Connect a new Freshdesk account'.
After clicking on โConnect new accountโ, youโll see this pop-up:
To find your Domain and API Key, please head to your profile page on Freshdesk:
The part of the URL inside the green rectangle is your accountโs Domain. The green rectangle on the right highlights your API key.
After you've entered this info in the Chatlayer action dialog and the connection is set up, youโll be able to pick the action you want to perform within this dialog:
ยท Create ticket
ยท Add notes to a ticket (update ticket)
ยท Add replies to a ticket (send an email to the user)
ยท Create contact (create new user)
You'll need to ask the user for the information needed to create a new ticket, like for example, the user's name. You can do so with an 'Input Validation' dialog. By saving the userโs response as a variable, you'll be able to create a new ticket:
Next, your Actions could be as followed:
1 โ Create ticket
If your tickets have custom fields, you can also include them in the Action dialog state and request them thought the bot, as seen in "language" and "country" below:
2 โ Add notes to a ticket
3 โ Add replies to a ticket
4 โ Create a contact
And that's it, your Freshdesk connection is set up and ready to go!