Connect to your users’ Zoho CRM accounts.
You can find your Zoho CRM app credentials in your Zoho CRM Developer Account.
You’ll need the following information to set up your Zoho CRM App with Paragon Connect:
Paragon provides a redirect URL to send information to your Zoho CRM app. To add the redirect URL to your Zoho CRM app:
Visit the Zoho API Console.
Sign in with your Zoho CRM Developer Account.
Click “Add Client” in the top right:
Add your website as the Homepage URL.
Paste-in the Redirect URL Paragon provides as an Authorized Redirect URI.
Zoho CRM provides you with the Client ID and Client Secret needed for the next steps after adding the redirect URL to your app.
Under Integrations > Connected Integrations > Zoho CRM > Settings, fill out your credentials from your developer app in their respective sections:
Leaving the Client ID and Client Secret blank will use Paragon development keys.
Once your users have connected their Zoho CRM account, you can use the Paragon SDK to access the Zoho CRM API on behalf of connected users.
See the Zoho CRM REST API documentation for their full API reference.
Any Zoho CRM API endpoints can be accessed with the Paragon SDK as shown in this example.
Once your Zoho CRM account is connected, you can add steps to perform the following actions:
When creating or updating records in Zoho CRM, you can reference data from previous steps by typing {{
to invoke the variable menu.
Webhook triggers can be used to run workflows based on events in your users’ Zoho CRM account. For example, you might want to trigger a workflow whenever new Accounts are created in Zoho CRM to sync your users’ Zoho CRM Accounts to your application in real-time.
You can find the full list of Webhook Triggers for Zoho CRM below: