Zendesk Integration
Start learning to code Forest Admin Smart features by integrating Zendesk in your Admin Panel
Last updated
Start learning to code Forest Admin Smart features by integrating Zendesk in your Admin Panel
Last updated
This woodshop example will show you how to integrate Zendesk with Forest Admin:
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: