Zoho bigin

Zoho bigin

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

159VIEWS
1USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app zoho_biginnpx @composio/cli add cursor --app zoho_biginnpx @composio/cli add cursor --app zoho_biginnpx @composio/cli add cursor --app zoho_bigin

After running the command, restart Cursor to start using the MCP Server.

Available Tools

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).

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.

Create Tags

Tool to create tags for a module. use when you need to add new tags to a specific module in 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.

Delete Records

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

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.

Get Attachments

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

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).

Get Modules

Tool to retrieve a list of all modules. use when you need to discover which modules are available in 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.

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.

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.

12 actions available