Zoho CRM

Zoho CRM

Publisher: Toro Cloud

Zoho CRM APIs support multiple data centre deployments to make management and distribution of the service across different geographical regions possible.

Getting Started

All the service generated by this OpenAPI spec requires you to provide an access token. Refer to ZohoCRM Oauth Overview on how to generate your own access token to send authenticated requests. Below is a quick guide on how to create a Lead using the generated InsertRecords service generated by this spec.

Create a Lead

To insert a Lead, open record.InsertRecords in Martini Package where the services are generated, then follow these steps:

  • Run the Gloop Service.
  • An invoke window will appear. In this window, you will see the following inputs:
    • _operationUrl - There's no need to fill up this field as it's already populated with a default value.
    • Authorization - The Authorization header. The value for this field must follow the custom Zoho Oauth format: Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf"
    • module_api_name - The module where the record will be inserted e.g. Leads
    • InsertRecordRequest - A Gloop Model Representation of the request payload as shown in Zoho CRM API Documentation. The Gloop Model Array property called data is a dynamic Gloop Model Array. To add items to this array, you must provide a JSON array, highlight the data field, and paste your JSON array. It will be automatically populated according to the JSON properties of your JSON array. See sample JSON below
Version API Version Compatibility Date Added Summary
1.0.2 N/A N/A 2020-05-07 ---
1.0.1 N/A N/A 2020-04-27 ---

Rating: 

Categories:

API Schema

Compatibility:

Martini

Last Updated:

August 04, 2022