Start learning to code Forest Admin Smart features by integrating Zendesk in your Admin Panel
This woodshop example will show you how to integrate Zendesk with Forest Admin:
Display Zendesk usersarrow-up-right
Display Zendesk ticketsarrow-up-right
View tickets related to a userarrow-up-right
Add a link that redirects to Zendeskarrow-up-right
Implement a smart action to allow changing a Zendesk Ticket Priorityarrow-up-right
For this example we will use the Zendesk API described herearrow-up-right.
We are going to use Smart Collectionsarrow-up-right, Smart Relationshipsarrow-up-right, and Smart Fieldsarrow-up-right to implement such integration.
The full implementation of this integration is available herearrow-up-right on GitHub.
Let's start with a basic admin panel on top of a SQL database that has a table Users that holds an email address field.
Users
Now, let's build the Admin Panel as usual with Forest Admin. You will get something like this:
Last updated 4 years ago