Zendesk
Setting Up Your Zendesk OAuth Application
Zendesk requires you to create your own OAuth application (BYOC - Bring Your Own Credentials) to connect with Graffo. Follow these steps to set up your OAuth client:
Step 1: Create OAuth Client in Zendesk
Log into your Zendesk Admin Center
Navigate to Apps and integrations → APIs → OAuth clients
Click Add OAuth client on the right side
Step 2: Configure OAuth Client
Fill out the OAuth client form with the following details:
Step 3: Save and Generate Secret
Click Save
After saving, a Secret field will appear with your client secret
Copy the entire secret immediately - it will only be shown once in full
Click Save again to finalize
Step 4: Activate the OAuth Client
Find your OAuth client in the OAuth clients list
Change the Status from Inactive to Active
Save the changes
Step 5: Configure in Graffo
When creating a Zendesk connection in Graffo, you'll need to provide:
Subdomain: Your Zendesk subdomain only (e.g.,
mycompanyNOTmycompany.zendesk.com)Client ID: The identifier you set in Step 2
Client Secret: The secret you copied in Step 3
Troubleshooting
Required Scopes
Graffo requires the following Zendesk OAuth scopes:
read- Read access to tickets, users, organizations, and commentswrite- Write access for updating ticket data (optional, for future features)
These scopes are automatically included in the authorization request.
Last updated
