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.