Zoho
Zoho is a cloud-based suite of business applications, offering tools for CRM, project management, invoicing, email marketing, and human resources to enhance productivity and collaboration.
Last updated
Zoho is a cloud-based suite of business applications, offering tools for CRM, project management, invoicing, email marketing, and human resources to enhance productivity and collaboration.
Last updated
Churned seamlessly integrates with Zoho as a destination connection. If you already use Zoho, we highly recommend connecting to it, as it is the fastest way to experience the full value Churned has to offer. This integration ensures real-time data synchronization and enhances your ability to engage with customers effectively.
Login to Churned platform and go to integration part. Click on "New Integration" and add Zoho.
After adding Zoho, you will need some more information to continue.
Hereâs how to obtain the these credentials from Zoho:
To obtain the clientId
, clientSecret
, and refreshToken
for integrating Zoho, follow these steps:
Log in to Zoho Developer Console:
Go to Zoho Developer Console.
Log in with your account credentials.
Create a New Client:
Click on "Add Client".
Fill in the necessary details such as Client Name, Homepage URL, and Authorized Redirect URIs.
Select the "Server-based Applications" option.
Generate Client ID and Client Secret:
After creating the client, you will be provided with the Client ID and Client Secret.
Copy these values and store them securely.
To generate the Refresh Token, you will need the Client ID and Client Secret obtained earlier. Follow these steps:
Request Authorization Code:
Construct an authorization URL using the following format:
Replace [ClientID]
with your actual Client ID and [RedirectURI]
with the URI you specified during the client creation.
Obtain Authorization Code:
Navigate to the constructed URL in a web browser.
Authorize the application and you will be redirected to the specified Redirect URI with a code parameter in the URL.
Exchange Authorization Code for Refresh Token:
Use a tool like Postman or cURL to send a POST request to the following URL to exchange the authorization code for a refresh token:
The POST request should include the following parameters:
Replace [ClientID], [ClientSecret], [AuthorizationCode], and [RedirectURI] with your actual values.
Copy the Refresh Token:
If the request is successful, you will receive a response containing the refresh token.
Copy and store the refresh token securely.
After obtaining the clientId, clientSecret, and refreshToken, enter them into the integration setup form in Churned platform as shown in the screenshot.
Click "Send" to complete the integration setup.