This woodshop example will show you how to integrate Zendesk with Forest Admin:
​Display Zendesk users​
​Display Zendesk tickets​
For this example we will use the Zendesk API described here.
We are going to use Smart Collections, Smart Relationships, and Smart Fields to implement such integration.
The full implementation of this integration is available here 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.
Now, let's build the Admin Panel as usual with Forest Admin. You will get something like this:
​