Zoho CRM 2.0 API integration
Zoho CRM 2.0 API settings

This project is not covered by Drupal’s security advisory policy.

Provides Drupal API for Zoho CRM version 2.0 API with OAuth2.0 protocol. Sends information to Zoho CRM.
This project provides POST and GET queries to Zoho CRM.
All data should be in JSON format.

Before you get started with authorization, you need to register your application with Zoho CRM API.
Go to the site Zoho developer console (http://accounts.zoho.com/developerconsole) and add the client.
You will receive Client id, Client Secret, Redirect URI.
Redirect URI path you can see in comments on the admin/config/services/zoho_v2api page.

Usage Instructions:

You can post or get data from ZohoCRM in your own module. See the example below.

To post data from drupal to zoho crm, use
zoho_v2api_post_records('Leads', $output_json, $record_id = NULL);

To fetch records from zoho crm, use
zoho_v2api_get_records($zoho_module);

See full instruction in the Readme file.

Supporting organizations: 

Project information

Releases