Zoho

Learn how to use Zoho with Composio

Overview

Enum

ZOHO

Description

Zoho is a suite of cloud applications including CRM, email marketing, and collaboration tools, enabling businesses to automate and scale operations

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
string
scopes
string
access_token
string
region
stringRequired

Actions

Converts a lead into a contact, account, and optionally a deal in zoho crm.

Action Parameters

account_id
string
assign_to
string
contact_id
string
lead_id
stringRequired
notify_lead_owner
boolean
notify_new_entity_owner
boolean
overwrite
boolean

Action Response

data
array
error
string
response_data
object
successful
boolean
Creates new records in a specified module in zoho crm.

Action Parameters

data
arrayRequired
lar_id
string
module_api_name
stringRequired
trigger
array

Action Response

data
array
error
string
info
object
response_data
object
successful
boolean
Creates new tags in zoho crm.

Action Parameters

color_code
stringDefaults to #F48435
module_api_name
stringRequired
name
stringRequired

Action Response

data
object
error
string
successful
boolean
Retrieves records from a specified module in zoho crm.

Action Parameters

cvid
integer
fields
stringDefaults to First_Name,Last_Name,Email,Phone,Company
ids
string
module_api_name
stringRequired
page
integerDefaults to 1
per_page
integerDefaults to 200
sort_by
stringDefaults to Modified_Time
sort_order
stringDefaults to desc

Action Response

data
array
error
string
info
object
response_data
object
successful
boolean
Updates existing records in a specified module in zoho crm.

Action Parameters

data
arrayRequired
lar_id
string
module_api_name
stringRequired
trigger
string
wf_trigger
boolean

Action Response

data
array
error
string
info
object
response_data
object
successful
boolean