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 a bulk read job for exporting large amounts of data asynchronously. Use when you need to export records from a module that may exceed standard API limits. Returns a job ID that can be used to track progress and download results once complete.
Tool to create notes and associate them with records in Zoho Bigin. Use when you need to add notes to contacts, accounts, pipelines, or other module records. Each note requires content, parent record ID, and the module name.
Tool to create new notes for a specific record. Use when you need to add notes to a Bigin record after confirming the module name and record ID.
Tool to create tags for a module. Use when you need to add new tags to a specific module in Zoho Bigin.