Zoho

Learn how to use Zoho with Composio

Overview

Enum

ZOHO

Description

Zoho actions to interact with zoho CRM

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
stringDefaults to https://backend.composio.dev/api/v1/auth-apps/add
scopes
stringDefaults to ZohoCRM.modules.ALL,ZohoCRM.settings.ALL,ZohoCRM.notifications.ALL,ZohoCRM.users.ALL
region
stringDefaults to comRequired

Actions

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

Action Parameters

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

Action Response

data
array
response_data
object
successful
boolean
error

Creates new tags in zoho crm.

Action Parameters

module_api_name
stringRequired
name
stringRequired
color_code
stringDefaults to #F48435

Action Response

data
object
successful
boolean
error

Retrieves records from a specified module in zoho crm.

Action Parameters

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

Action Response

data
array
info
object
response_data
object
successful
boolean
error

Updates existing records in a specified module in zoho crm.

Action Parameters

module_api_name
stringRequired
data
arrayRequired
trigger
string
lar_id
string
wf_trigger
boolean

Action Response

data
array
info
object
response_data
object
successful
boolean
error

Creates new records in a specified module in zoho crm.

Action Parameters

module_api_name
stringRequired
data
arrayRequired
trigger
array
lar_id
string

Action Response

data
array
info
object
response_data
successful
boolean
error