Skip to content

Commit a1c3ef2

Browse files
committed
ZeNdEsK
1 parent bdabba2 commit a1c3ef2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

pages/home/auth-providers/zendesk.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,23 @@ This auth provider is used by:
2323
## Create a Zendesk app
2424

2525
### Additional guides
26-
The following two guides from Zendesk will be helpful additional information as you progress through this guide:
26+
The following three guides from Zendesk will be helpful additional information as you progress through this guide:
2727
1. [Using OAuth authentication with your application](https://support.zendesk.com/hc/en-us/articles/4408845965210-Using-OAuth-authentication-with-your-application)
2828
2. [Set up a global OAuth client](https://developer.zendesk.com/documentation/marketplace/building-a-marketplace-app/set-up-a-global-oauth-client/)
29+
3. [Getting a trial or sponsored account for development](https://developer.zendesk.com/documentation/api-basics/getting-started/getting-a-trial-or-sponsored-account-for-development/)
2930

3031
### Creating a Zendesk app for Arcade
3132
1. Create your Organization in the [Zendesk Marketplace portal](https://apps.zendesk.com/).
3233
1. Create a Zendesk support account at https://www.zendesk.com/login . If you need a global OAuth client, then the subdomain MUST begin with "d3v-". You will need a global OAuth client if your app will use integrations/tools for multiple customers with their own Zendesk instances (multiple subdomains).
3334
1. In [the Admin Center](https://support.zendesk.com/hc/en-us/articles/4581766374554#topic_hfg_dyz_1hb), click "Apps and integrations" in the sidebar, then select APIs > OAuth clients > Add OAuth client.
34-
* Ensure your identifier is prefixed with "zdg-" If you will need a global OAuth client.
35+
* Ensure your identifier is prefixed with "zdg-" if you will need a global OAuth client.
3536
* Select "Public" for "Client kind".
3637
* Use `https://cloud.arcade.dev/api/v1/oauth/callback` as your "Redirect URL".
3738
1. Copy and store your identifier for later. This will be your **Client ID**.
3839
1. Copy and store your generated secret for later. This will be your **Client Secret**.
3940
1. (Only for Global OAuth client) Request a global OAuth client.
40-
* Sign into the [Zendesk Marketplace portal](https://apps.zendesk.com/)
41+
* First, you will need to request a sponsored account and wait for approval from Zendesk. You can request a sponsored account [here](https://developer.zendesk.com/documentation/api-basics/getting-started/getting-a-trial-or-sponsored-account-for-development/#requesting-a-sponsored-test-account).
42+
* After you have a sponsored account, sign into the [Zendesk Marketplace portal](https://apps.zendesk.com/)
4143
* Organization > Global OAuth Request and fill out the form. Zendesk will typically review your request within 1 week.
4244

4345

0 commit comments

Comments
 (0)