Zendesk Integration
Start learning to code Forest Admin Smart features by integrating Zendesk in your Admin Panel
Last updated
Was this helpful?
Start learning to code Forest Admin Smart features by integrating Zendesk in your Admin Panel
Last updated
Was this helpful?
This woodshop example will show you how to integrate Zendesk with Forest Admin:
For this example we will use the Zendesk API described .
We are going to use , , and to implement such integration.
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:
The full implementation of this integration is available on GitHub.