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.