Zoho Bigin

Learn how to use Zoho Bigin with Composio

Overview

SLUG

ZOHO_BIGIN

Description

Zoho Bigin is a customer pipeline management software that helps small businesses streamline their customer relationship management processes.

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
extension
stringRequired

Tools

SLUG: ZOHO_BIGIN_ADD_RECORDS

Tool to add new records to a module. use when you need to programmatically insert one or more records into bigin after confirming module name and field api names. provide required fields per module (e.g., contacts requires last name).

Action Parameters

data
arrayRequired
module_api_name
stringRequired
trigger
array

Action Response

data
arrayRequired
error
string
successful
booleanRequired

SLUG: ZOHO_BIGIN_ADD_TAGS_TO_RECORDS

Tool to add tags to a specific record in a module. use when you need to categorize or label a record after creation or update.

Action Parameters

module_api_name
stringRequired
over_write
boolean
record_id
stringRequired
tags
arrayRequired

Action Response

data
arrayRequired
error
string
success_count
stringRequired
successful
booleanRequired
wf_scheduler
stringRequired

SLUG: ZOHO_BIGIN_CREATE_TAGS

Tool to create tags for a module. use when you need to add new tags to a specific module in zoho bigin.

Action Parameters

module
stringRequired
tags
arrayRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ZOHO_BIGIN_DELETE_ATTACHMENT

Tool to delete an attachment from a record. use when you need to remove a file after confirming its record id and attachment id.

Action Parameters

attachment_id
stringRequired
module_api_name
stringRequired
record_id
stringRequired

Action Response

data
arrayRequired
error
string
successful
booleanRequired

SLUG: ZOHO_BIGIN_DELETE_RECORDS

Tool to delete records from a module. use when removing one or multiple records after confirming their ids.

Action Parameters

ids
arrayRequired
module_api_name
stringRequired
wf_trigger
booleanDefaults to True

Action Response

data
arrayRequired
error
string
successful
booleanRequired

SLUG: ZOHO_BIGIN_DOWNLOAD_ATTACHMENT

Tool to download an attachment from a record. use when you need the binary content of a specific attachment after confirming the record and attachment ids.

Action Parameters

attachment_id
stringRequired
module_api_name
stringRequired
record_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ZOHO_BIGIN_GET_ATTACHMENTS

Tool to retrieve attachments for a record. use when you need a paginated list of attachments for a given module record.

Action Parameters

fields
stringRequired
module_api_name
stringRequired
page
integer
per_page
integer
record_id
stringRequired

Action Response

data
arrayRequired
error
string
info
objectRequired
successful
booleanRequired

SLUG: ZOHO_BIGIN_GET_DELETED_RECORDS

Tool to get a list of deleted records in a module. use when auditing or restoring recently deleted data (recycle within 60 days, permanent within 120 days).

Action Parameters

module_api_name
stringRequired
page
integerDefaults to 1
per_page
integerDefaults to 200
type
stringDefaults to all

Action Response

data
arrayRequired
error
string
info
objectRequired
successful
booleanRequired

SLUG: ZOHO_BIGIN_GET_MODULES

Tool to retrieve a list of all modules. use when you need to discover which modules are available in bigin.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ZOHO_BIGIN_GET_RECORDS

Tool to retrieve records from a bigin module. use when listing or querying module data with specific fields, sorting, filtering, and pagination.

Action Parameters

approved
string
cvid
string
fields
stringRequired
module_api_name
stringRequired
page
integerDefaults to 1
page_token
string
per_page
integerDefaults to 200
sort_by
string
sort_order
string

Action Response

data
arrayRequired
error
string
info
objectRequired
successful
booleanRequired

SLUG: ZOHO_BIGIN_UPDATE_RECORDS

Tool to update existing records in a module. use when you need to modify one or multiple records after confirming their ids and field api names. supports up to 100 records per call; specify an optional trigger to control workflow execution.

Action Parameters

data
arrayRequired
module_api_name
stringRequired
record_id
string
trigger
array

Action Response

data
arrayRequired
error
string
successful
booleanRequired

SLUG: ZOHO_BIGIN_UPLOAD_ATTACHMENT

Tool to upload an attachment to a record. use when you need to attach a file or specify a public url for upload to a bigin record. ensure module api name and record id are correct before calling.

Action Parameters

attachment_url
string
file
string
module_api_name
stringRequired
record_id
stringRequired

Action Response

data
arrayRequired
error
string
successful
booleanRequired