IntegrationsZendeskHelp center
Add Intelligent Form to Zendesk Help Center
Add Inkeep's intelligent form to your Zendesk Help Center.
What is Zendesk
Zendesk is a customer service solution for handling support tickets.
Concepts
- Learn how to deploy an Inkeep AI Intelligent Form on your Zendesk Help Center
- Learn how to configure the Intelligent Form component to attempt to answer customer questions directly
- Learn how to create a new ticket with the Intelligent Form data including prefilled fields like name, email, subject, priority, and additional details
Get an API key
Follow these steps to create an API key for your web integration.
Navigate to the theme code editor
- Click the Zendesk Products in the top bar, then select Guide
- Navigate to Guide Admin
- Click Customize on the theme you want to edit
- Click Edit code. Which will open theme code editor
Create a custom page
- Click on Add
- Click on Custom page
- Specify a name for the custom page -
support_form
- Click on Add custom page
- Add the code below to a new file (
support_form.hbs
):
Initialize the component
Next add the following script tag at the end of the file to initialize the Intelligent Form component.
Save custom code
Click on the Publish button. Navigate to your new page to make sure the form renders correctly. You can find the url for the new page by clicking on the kebab menu next to the page name in the left sidebar and selecting Custom Page URL
.
For a full list of customizations, check out the Intelligent Form documentation.
Handling form submissions to create Zendesk tickets
Please refer to the Zendesk Ticket Creation guide for more information on how to handle form submissions to create Zendesk tickets.