Zoho
What’s Supported
Supported Actions
This connector supports:
- Read Actions, including full historic backfill and incremental read.
- Write Actions.
- Proxy Actions, using the base URL
https://www.zohoapis.com
.
Supported Objects
The Zoho connector allows you to read from and write to these objects:
- Leads
- Accounts
- Contacts
- Deals
- Campaigns
- Tasks
- Cases
- Events
- Calls
- Solutions
- Products
- Vendors
- Price
- Books
- Quotes
- Sales Orders
- Purchase Orders
- Invoices
- Appointments
- Appointments Rescheduled History
- Services
- Custom
Example integration
For an example manifest file of a Zoho integration, visit our samples repo on Github.
Before You Get Started
To connect Zoho with Ampersand, you will need a Zoho Account.
Once your account is created, you’ll need to configure an app in Zoho and obtain the following credentials from your app:
- Client ID
- Client Secret
- Scopes
You will use these credentials to connect your application to Ampersand.
Create a Zoho Account
Here’s how you can sign up for a Zoho account:
- Go to the Zoho Sign Up page and create an account.
Creating a Zoho App
Follow the steps below to create a Zoho app and add the Ampersand redirect URL in the app:
- Log in the Zoho API Console Account using your Zoho account.
- Click Get Started to create your first app. If you have already created an application, click Add Client to create a new app.
- Select Server-based Applications.
- Enter the following details:
- Client Name: Name of the client app.
- Homepage URL: The home page URL of your app.
- Authorized Redirect URIs: The Ampersand redirect URL:
https://api.withampersand.com/callbacks/v1/oauth
.
- Click Create.
You’ll see the details of your newly created application. Note the Client ID and Client Secret keys as they are necessary for connecting your app to Ampersand.
Add Your Zoho App Info to Ampersand
-
Log in to your Ampersand Dashboard.
-
Select the project where you want to create a Zoho integration.
-
Select Provider apps.
-
Select Zoho from the Provider list.
-
Enter the previously obtained Client ID in the Client ID field and the Client Secret in the Client Secret field.
-
In the Scopes field, enter the list of desired scopes for your integration. We recommend the following two scopes. If you want more granular scopes, please refer to the Zoho documentation for syntax.
- Click Save changes.
Was this page helpful?