Zoho CRM
Zoho CRM APIs support multiple data centre deployments to make management and distribution of the service across different geographical regions possible.Current Version: 1.0.2
Publisher: Toro Cloud
156Get it now Rate it
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
- TheAuthorization
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. LeadsInsertRecordRequest
- A Gloop Model Representation of the request payload as shown in Zoho CRM API Documentation. The Gloop Model Array property calleddata
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
Categories:
Compatibility:
Resources:
License:
TORO Master Subscription Agreement
API Specification: OpenAPI 3.x
Schema Source: TORO Docs to OpenAPI
Tags: crm
Version | API Reference Version | Compatibility | Date added | Summary | |
---|---|---|---|---|---|
1.0.2 | --- | --- | 2020-05-07 | ||
1.0.1 | --- | --- | 2020-04-27 |
No reviews yet