Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(zendesk): Zendesk will soon no longer support password auth - remove instructions #280

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ Zendesk requires you to have authentication in order to have fully functioning A
1. Navigate to the `Admin Center` - i.e. `https://{server-domain}.zendesk.com/admin`
1. On the left hand menu, go to `Apps and integrations` > `APIs` > `Zendesk API`.
1. Under `Settings`:
- To enable username/password auth, toggle `Password access` to `Enabled`. (Not recommended)
- To enable API token authentication (API Key), toggle `Token access` to `Enabled`, and click `Add API token`. Note that you will need to append `/token` to the end of your username (email) if you are using this option. (Recommended)
- To enable API token authentication (API Key), toggle `Token access` to `Enabled`, and click `Add API token`. Note that you will need to append `/token` to the end of your username (email) if you are using this option.
1. You will now be able to use `{your_email}/token` and the generated `API token` to access Zendesk's API, where `your_email` is the email of your verified (or unverified) user. You should use these credentials when adding your custom extension to your assistant.

![Create API Key](./assets/create-api-key.gif)<br>
Expand Down