Zendesk
Connect your Zendesk tickets to PagerTree.
What is Zendesk?
Zendesk is a cloud-based customer service software and support ticketing system.
How It Works
Zendesk creates tickets.
When a ticket is created (
event_type == "create"
) in Zendesk, an alert is created in PagerTree automatically.When a ticket is acknowledged (
event_type == "acknowledge"
) in Zendesk, an alert is acknowledged in PagerTree automatically.When a ticket is resolved (
event_type == "resolve"
) in Zendesk, the alert is resolved in PagerTree automatically.
Integration Walkthrough
In this integration tutorial we will show you how to send tickets from Zendesk into PagerTree. The estimated time for this integration is 5 minutes. We assume that you already have a PagerTree and Zendesk account setup.
Cloning targets and/or triggers in Zendesk could lead to unexpected behavior. We recommend always creating new targets and triggers.
In PagerTree
Create the integration by clicking the Zendesk logo.
In Zendesk
Create a Webhook
In the Admin center, search "webhooks", and click the Webhooks link.
Click the Create webhook button.
Select Trigger or automation and click Next.
Enter in the following details:
Name - PagerTree
Endpoint Url – Paste the PagerTree Endpoint URL you copied earlier
Request method – Select POST
Request format – Select JSON
Authentication - None
Click Create webhook button.
Click the Admin Center link to connect the webhook to a trigger.
Connect the Webhook in a Trigger
In the Business Rules -> Triggers page, click Add Trigger.
In the New Trigger form
Trigger name – Name the target appropriately (ex: “PagerTree Create”)
Meets any of the following conditions: Ticket is created.
Perform these actions
Notify active webhook: PagerTree
Paste the following in JSON body
Click “Create” button.
You have successfully completed the Zendesk Integration.
Additional Triggers
Additional triggers can be added if you would like the ability to acknowledge and resolve PagerTree alerts from Zendesk. You'll need to follow the steps again to create a trigger for your different conditions. Make sure to change the JSON payloads to the below.
Acknowledge
Resolve
Last updated