Zoho Bigin is a simplified CRM solution from Zoho tailored for small businesses, focusing on pipeline tracking and relationship management
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).
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.
Tool to create tags for a module. use when you need to add new tags to a specific module in zoho bigin.
Tool to delete an attachment from a record. use when you need to remove a file after confirming its record id and attachment id.
Tool to delete records from a module. use when removing one or multiple records after confirming their ids.
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.