Freshdesk
Connect your Freshdesk tickets to PagerTree using our Freshdesk Integration.
Company | Estimated Time | Vendor Docs | Open Source |
---|---|---|---|
5 minutes |
What is Freshdesk?
Freshdesk is an online cloud-based customer service software providing helpdesk support with smart automations to get things done faster.
How It Works
Freshdesk creates tickets.
When a ticket is created in Freshdesk, an alert is created in PagerTree automatically.
When a ticket is pending (
ticket_status === 'Pending'
) in Freshdesk, the alert is acknowledged in PagerTree automatically.When a ticket is resolved or closed (
ticket_status === 'Resolved' || ticket_status === 'Closed'
) in Freshdesk, the alert is resolved in PagerTree automatically.
Integration Walkthrough
In this integration tutorial we will show you how to send tickets from Freshdesk into PagerTree. The estimated time for this integration is 5 minutes. We assume that you already have a PagerTree and Freshdesk account setup.
In PagerTree
Create the integration by clicking the Freshdesk logo.
In Freshdesk
Click the Gear Icon in the left side navigation menu to go to the admin page.
On the admin page, navigate to Workflows -> Automations.
Rule - Ticket Creation
On the tab of "Ticket Creation", ensure "Executing all matching rules" is selected.
Click New Rule button.
On the New rule for Ticket creation form:
Rule Name - PagerTree
On tickets with these properties:
Match ANY of the below
Tickets Status is Open
Perform these actions:
Trigger webhook
Request type - POST
URL - Paste the PagerTree endpoint URL you copied earlier
Encoding - JSON
Content - Advanced
Copy and paste the Freshdesk Webhook Format (see below) into the text box.
Click Preview and Save.
In the confirmation dialog, click Save and enable.
Your rules that run on ticket creation should now have the PagerTree rule enabled.
Rule - Ticket Updates
On the tab of "Ticket Updates", ensure "Executes all matching rules" is selected.
Click New Rule button.
On the New rule for Ticket update form:
Rule Name - PagerTree
When an action performed by - Agent or requester
Involves any of these events:
Status is changed
From - Any status
To - Any status
On tickets with these properties:
Match ALL of the below:
In Tickets
If Status
Is
Open, Pending, Resolved
Perform these actions:
Trigger webhook
Request type - POST
URL - Paste the PagerTree endpoint URL you copied earlier
Encoding - JSON
Content - Advanced
Copy and paste the Freshdesk Webhook Format (see below) into the text box.
Click Preview and Save.
In the confirmation dialog, click Save and enable.
Your rules that run on ticket updates should now have the PagerTree rule enabled.
You have successfully completed the Freshdesk Integration.
Freshdesk Webhook Format
Troubleshooting
If you are running into issues where the rules are not firing, please check the following in Freshdesk:
Ensure you created the rules by clicking the New Rule button.
Ensure execute ALL matching rules was select.
Try disabling and reenabling the rule.
Last updated