Zendesk OAuth applications need an OAuth token for authorization. For the following instructions, it is assumed that an OAuth app has already been created. For instructions how to create one, see Zendesk's Using OAuth authentication with your application.
-
Supply your
CLIENT_ID
,CLIENT_SECRET
andREDIRECT_URI
from your OAuth app's credentials to the.env
. See .env.example as reference. -
Input a port for the server to listen to in
.env
'sSERVER_PORT
field. -
Run
$ yarn start
and go tohttp://localhost:{SERVER_PORT}
in your browser. -
Click on the link and authorize your account.
-
Take note of the generated OAuth token which will be needed on the main integration.