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).
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.
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.
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.
ZOHO_BIGIN_DELETE_RECORDS
Tool to delete records from a module. Use when removing one or multiple records after confirming their IDs.
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.
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.
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).
ZOHO_BIGIN_GET_MODULES
Tool to retrieve a list of all modules. Use when you need to discover which modules are available in Bigin.
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.
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.
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.