Create OAuth Application in Zoho API Console
Register a server-based application in the Zoho API Console to obtain your Client ID and Client Secret.
Access Zoho API Console
Navigate to the Zoho API Console for your region.
Create Server-based Application
Create a new server-based application for OAuth integration.
- Click GET STARTED or ADD CLIENT
- Select Server-based Applications
- Click CREATE NOW
Configure Application Details
Enter the required application information.
- Client Name: Enter a descriptive name (e.g., StackOne Books Integration)
- Homepage URL: Enter your company website URL
- Authorized Redirect URI:
https://api.stackone.com/connect/oauth2/zohobooks/callback - Click CREATE
Copy Client Credentials
Retrieve your OAuth credentials from the Client Secret tab.
- Click the Client Secret tab in your application
- Copy the Client ID (format 1000.XXXXXXXXXXXXXXXXX)
- Copy the Client Secret (long alphanumeric string)
- Store both values securely — the Client Secret cannot be retrieved again
Creating the StackOne Connector Profile
To create the Connector Profile in StackOne for Zoho Books:Navigate to Connector Profiles
Create New Connector Profile
- Click + Connector Profile
- Search for and select Zoho Books
- Select Type as OAuth 2.0
- Fill out the fields using details retrieved from your provider:
- Client ID
- Client Secret
- OAuth Scopes (Optional)
- (Optional) Select Actions to be enabled for this Connector Profile
- Click Create profile