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
lead_id
notify_lead_owner
notify_new_entity_owner
overwrite
account_id
contact_id
assign_to
Action Response
data
response_data
successful
error
ZOHO_CREATE_ZOHO_TAG
Creates new tags in zoho crm.
Action Parameters
module_api_name
name
color_code
Action Response
data
successful
error
ZOHO_GET_ZOHO_RECORDS
Retrieves records from a specified module in zoho crm.
Action Parameters
module_api_name
fields
cvid
ids
page
per_page
sort_order
sort_by
Action Response
data
info
response_data
successful
error
ZOHO_UPDATE_ZOHO_RECORD
Updates existing records in a specified module in zoho crm.
Action Parameters
module_api_name
data
trigger
lar_id
wf_trigger
Action Response
data
info
response_data
successful
error
ZOHO_CREATE_ZOHO_RECORD
Creates new records in a specified module in zoho crm.
Action Parameters
module_api_name
data
trigger
lar_id
Action Response
data
info
response_data
successful
error