Tutorial: Setting up an inbound webhook from Zendesk (Edify Console)

Edify Console > Integrations > Tutorial: Setting up an inbound webhook from Zendesk (Edify Console)

This article walks through how to set up an inbound webhook from Zendesk in Edify.

Prerequisites

This tutorial requires that you:

Overview

In Edify Console, you can use inbound webhooks to receive data from third-party applications. When an inbound webhook receives data, a workflow linked to the inbound webhook runs and processes the inbound data.

There are four types of inbound webhooks, classified by the type and origin of the data they transmit:

Zendesk inbound webhooks receive data from Zendesk whenever a Zendesk event or a trigger/automation occurs. Zendesk webhooks are useful when you want to connect the ticketing functionality of Zendesk to the CX functionality of Edify. For example, when a ticket is created in Zendesk, you can configure it to use a webhook to automatically create a task in Edify.

This article covers how to create a Zendesk inbound webhook, including:

Continue reading this article to learn how to set up a generic inbound webhook to Zendesk data to Edify.

Before starting

We recommend that you read this overview article on inbound webhooks before proceeding with these steps. It will help familiarize you with inbound webhooks in general.

Part 1: Setting up a test workflow

In Edify, an inbound webhook triggers a workflow to run whenever it receives data. The easiest way to determine whether an inbound webhook is working correctly is to create a test workflow that runs when the inbound webhook receives data. 

Note: The variables you enter must match exactly the name of the data sent via the webhook. For example, if the webhook receives data called ticketTitle, the variable must also be called ticketTitle.

Part 2: Creating an inbound webhook in Edify

The next step to creating an inbound webhook for processing Zendesk data is to create an inbound webhook in Edify.

Follow the steps in this article to learn how to create an inbound webhook: Create an inbound webhook

Note: Make sure to connect the workflow you created in Part 1 to the inbound webhook you create during this step.

Once you’ve created an inbound webhook in Edify, return to this article to continue to Part 3 and test sending data via the webhook.

Part 3: Creating a webhook in Zendesk

1. Log into your Zendesk account.

Note: You must have administrative access to perform these steps.  Please refer to Zendesk’s documentation for more information.

2. Click the Zendesk App Browser icon in the top-right corner of the screen.

3. Click Admin Center.

4. In the Admin Center, use the left sidebar to navigate to Apps and Integrations > Webhooks > Webhooks.

5. Click the Create webhook button in the top-right corner of the screen.

6. Choose Trigger or automation. Then, click Next.

7. Fill out details for the webhook, including:

8. Click Create webhook.

9. After creating your webhook, a notification modal will appear telling you that you need to connect the webhook to a business rule. Continue on to do this.

10. In the left sidebar, navigate to Objects and rules > Business rules > Triggers.

Note: Triggers aren’t your only option for business rules you can apply to a Zendesk webhook. You can also apply automations, service level agreements, or schedules. For the purposes of this tutorial, however, we’ll use triggers.

11. Click the Add trigger button to create a new trigger.

12. We’re going to create a trigger that runs the webhook when a ticket is opened in Zendesk. To do this, fill out the following information.

13. After choosing the webhook, a JSON body field appears. You can click the View available placeholders link to see a list of values you can send in the webhook. 

14. For this example, we’ll choose the following since this is what we set up for our testing workflow:

{

"ticketTitle": "{{ticket.title}}",

"ticketDescription": "{{ticket.description}}"

}

15. Click Save to create the trigger.

Part 4: Test the Zendesk webhook connection to Edify

Let’s review what we’ve covered in the preceding parts.

To put everything together, we can test creating a ticket and seeing if it creates a corresponding interaction in Edify.

1. In the Zendesk agent view, click Add. Then, click Ticket.

2. Fill out the ticket information. The two most important fields for this tutorial are Subject and the Details fields.

3. Click Submit as New.

4. After clicking Submit as New, we can log into Edify App and view the queue we configured the interaction to be created in.

5. Your user account should receive an interaction in Edify immediately after submitting the Zendesk ticket (assuming your account is configured to accept interactions in the queue you chose).

6. You should see that the webhook successfully brought over the ticket’s title and detail and mapped them to the subject and notes.

Read more

Now that you’ve configured a simple inbound webhook from Zendesk, you’re ready to start building more complex webhooks and workflows. In this tutorial, we sent just basic data, but you can configure an inbound webhook to receive virtually any data.

Click any of the links below to learn more about inbound webhooks or about workflows to start building webhook integrations into Edify.

About inbound webhooks

About workflows