Zoho

Learn how to use Zoho with Composio

Overview

SLUG

ZOHO

Description

Zoho Bigin is a simplified CRM solution from Zoho tailored for small businesses, focusing on pipeline tracking and relationship management

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 ZohoBigin.modules.ALL,ZohoBigin.users.ALL
bearer_token
string
suffix_one
stringRequired

Tools

SLUG: ZOHO_CONVERT_ZOHO_LEAD

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
arrayRequired
error
string
response_data
object
successful
booleanRequired

SLUG: ZOHO_CREATE_ZOHO_RECORD

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
arrayRequired
error
string
info
objectRequired
response_data
object
successful
booleanRequired

SLUG: ZOHO_CREATE_ZOHO_TAG

Creates new tags in zoho crm.

Action Parameters

color_code
stringDefaults to #F48435
module_api_name
stringRequired
name
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ZOHO_GET_ZOHO_RECORDS

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
arrayRequired
error
string
info
objectRequired
response_data
object
successful
booleanRequired

SLUG: ZOHO_UPDATE_ZOHO_RECORD

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
arrayRequired
error
string
info
objectRequired
response_data
object
successful
booleanRequired