Zoho
Learn how to use Zoho with Composio
Overview
Enum
ZOHO
Description
Zoho actions to interact with zoho CRM
Authentication Details
OAUTH2
client_id
client_secret
oauth_redirect_uri
scopes
region
Actions
ZOHO_CONVERT_ZOHO_LEAD
Converts a lead into a contact, account, and optionally a deal in zoho crm.
Action Parameters
account_id
assign_to
contact_id
lead_id
notify_lead_owner
notify_new_entity_owner
overwrite
Action Response
data
error
response_data
successful
ZOHO_CREATE_ZOHO_RECORD
Creates new records in a specified module in zoho crm.
Action Parameters
data
lar_id
module_api_name
trigger
Action Response
data
error
info
response_data
successful
ZOHO_CREATE_ZOHO_TAG
Creates new tags in zoho crm.
Action Parameters
color_code
module_api_name
name
Action Response
data
error
successful
ZOHO_GET_ZOHO_RECORDS
Retrieves records from a specified module in zoho crm.
Action Parameters
cvid
fields
ids
module_api_name
page
per_page
sort_by
sort_order
Action Response
data
error
info
response_data
successful
ZOHO_UPDATE_ZOHO_RECORD
Updates existing records in a specified module in zoho crm.
Action Parameters
data
lar_id
module_api_name
trigger
wf_trigger
Action Response
data
error
info
response_data
successful