Overview
This plugin allows you to:
- Link your Zendesk account to your Vanilla user profile.
- Submit users’ discussions and comments as tickets to your hosted Zendesk.
Setup
If you already have an account you need to enable API Access for this plugin to work.
- Login to your Zendesk Site.
- Go to the Admin Setting.
- Under Channels Select API.
- Select the OAuth Clients.
- Add a client.
- Complete the form.
- Copy the Unique Identifier and Secret and enter it below.
- Set the Redirect URLs by appending
/profile/zendeskconnect
and then /plugin/zendesk/connect
to the end of your forum’s URL.
Link your account
- Login to Vanilla.
- Go to your profile page.
- Edit your profile.
- Click on the Social section. (/profile/connections)
- Click “Connect” on Zendesk.
- Follow the instructions from there.
If you don’t have an account you can create one for free at Zendesk.
F.A.Q
I get an error saying Invalid Authorization Request. bad_request
when I try to link my account.
Make sure that the URL you are on when you are in the social section of your profile matches the Redirect URLs that you set in the configuration.
Example: If the URL when you are on in your profile’s social section is https://forum.example.com/somedirectory/profile/connections
, you should have https://forum.example.com/somedirectory/profile/zendeskconnect
and https://forum.example.com/somedirectory/plugin/zendesk/connect
in your configuration.