Zoho Bigin

Zoho Bigin is a simplified CRM solution from Zoho tailored for small businesses, focusing on pipeline tracking and relationship management

54 actions Integration catalog
Request access
Connect Zoho Bigin once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add RecordsZOHO_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. Module-specific mandatory fields: - Tasks: Subject (required) - Events: Event_Title, Start_DateTime, End_DateTime (all required) - Calls: Subject, Call_Type (Outbound/Inbound/Missed), Call_Start_Time, Call_Duration (all required) - Contacts: Last_Name (required) - Other modules: Use Get Fields action to discover mandatory fields
Add Tags to RecordsZOHO_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.
Create Bulk Read JobZOHO_BIGIN_CREATE_BULK_READ_JOB
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.
Create NotesZOHO_BIGIN_CREATE_NOTES
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.
Create Record NotesZOHO_BIGIN_CREATE_RECORD_NOTES
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.
Create TagsZOHO_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.
Delete AttachmentZOHO_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.
Delete NoteZOHO_BIGIN_DELETE_NOTE
Tool to delete a note from a specific record. Use when you need to remove a note after confirming its record_id and note_id.
Delete NotesZOHO_BIGIN_DELETE_NOTES
Tool to delete multiple notes from Zoho Bigin. Use when removing notes after confirming their IDs.
Delete RecordZOHO_BIGIN_DELETE_RECORD
Tool to delete a specific record from a module. Use when removing a single record after confirming its ID. Can also be used to delink related records.
Delete Record PhotoZOHO_BIGIN_DELETE_RECORD_PHOTO
Tool to delete a profile photo from a record. Use when you need to remove the photo associated with a specific record.
Delete RecordsZOHO_BIGIN_DELETE_RECORDS
Tool to delete records from a module. Use when removing one or multiple records after confirming their IDs.
Delink Related RecordsZOHO_BIGIN_DELINK_RELATED_RECORDS
Tool to delete the association between a module record and related list records. Use when you need to remove relationships between records without deleting the records themselves.
Disable NotificationsZOHO_BIGIN_DISABLE_NOTIFICATIONS
Tool to disable instant notifications for one or more channels. Use when you need to stop receiving notifications for specific channels that were previously enabled.
Download AttachmentZOHO_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.
Download Bulk Read ResultZOHO_BIGIN_DOWNLOAD_BULK_READ_RESULT
Tool to download the bulk read job result in ZIP format (containing CSV or ICS export). Use when you need to retrieve completed bulk read job data after obtaining the job_id from the bulk read job creation or status check.
Download Record PhotoZOHO_BIGIN_DOWNLOAD_RECORD_PHOTO
Tool to download the profile photo associated with a specific record. Use when you need the binary content of a record's photo after confirming the record ID. Returns HTTP 204 if the record exists but has no photo.
Enable NotificationsZOHO_BIGIN_ENABLE_NOTIFICATIONS
Tool to enable instant webhook notifications for module events in Bigin. Use when you need to receive real-time alerts for record create, edit, or delete operations in specific modules (Contacts, Pipelines, etc.).
Get All NotesZOHO_BIGIN_GET_ALL_NOTES
Tool to retrieve the list of notes associated with records. Use when you need to fetch notes with pagination support. Maximum 200 records per call.
Get AttachmentsZOHO_BIGIN_GET_ATTACHMENTS
Tool to retrieve attachments for a record. Use when you need a paginated list of attachments for a given module record.
Get Bulk Read Job StatusZOHO_BIGIN_GET_BULK_READ_JOB_STATUS
Tool to retrieve the details of a bulk read job performed earlier. Use when you need to check the status of a bulk export operation or download the results after job completion.
Get Custom ViewZOHO_BIGIN_GET_CUSTOM_VIEW
Tool to get the metadata of a specific custom view configured in a module. Use when you need to retrieve configuration details, criteria, or field lists for a particular custom view.
Get Custom ViewsZOHO_BIGIN_GET_CUSTOM_VIEWS
Tool to retrieve the list of custom views available for a module. Use when you need to discover which custom views exist for a specific Bigin module.
Get Deleted RecordsZOHO_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).
Get FieldsZOHO_BIGIN_GET_FIELDS
Tool to retrieve field metadata for a Bigin module. Use when you need to discover available fields, their types, validation rules, and picklist values for a module.
Get LayoutZOHO_BIGIN_GET_LAYOUT
Tool to retrieve details of a specific layout by layout ID. Use when you need to get detailed configuration, sections, fields, and permissions for a particular layout.
Get LayoutsZOHO_BIGIN_GET_LAYOUTS
Tool to retrieve the list of layouts available for a module. Use when you need to discover layout metadata, sections, fields, and configuration for a specific module.
Get Module MetadataZOHO_BIGIN_GET_MODULE_METADATA
Tool to retrieve metadata of a specific module by its API name. Use when you need detailed information about a module's configuration, permissions, and features.
Get ModulesZOHO_BIGIN_GET_MODULES
Tool to retrieve a list of all modules. Use when you need to discover which modules are available in Bigin.
Get Notification DetailsZOHO_BIGIN_GET_NOTIFICATION_DETAILS
Tool to retrieve information about enabled notifications. Use when you need to list notification channels, check their configuration, or verify which modules have active notifications.
Get OrganizationZOHO_BIGIN_GET_ORGANIZATION
Tool to retrieve organization details including name, ID, currency, time zone, and other settings. Use when you need to fetch organization-level configuration and metadata.
Get ProfilesZOHO_BIGIN_GET_PROFILES
Tool to retrieve the list of available profiles and their properties in an organization. Use when you need to discover which profiles exist in Bigin.
Get RecordZOHO_BIGIN_GET_RECORD
Tool to retrieve details of a specific record in a module using the record ID. Use when you need to fetch complete information about a single record by its ID.
Get Record NotesZOHO_BIGIN_GET_RECORD_NOTES
Tool to retrieve the list of notes associated with a specific record. Use when you need to fetch notes for a given module record with optional field filtering and pagination.
Get RecordsZOHO_BIGIN_GET_RECORDS
Tool to retrieve records from a Bigin module. Use when listing or paginating module data with specific fields, sorting, filtering. No free-text search supported; use cvid for saved view filtering. Records are nested under result['data']['data']; check result['data']['info']['more_records'] to detect additional pages.
Get Records CountZOHO_BIGIN_GET_RECORDS_COUNT
Tool to get the count of records in a Bigin module. Use when you need to know how many records exist in a module, optionally filtered by a custom view.
Get Related Lists MetadataZOHO_BIGIN_GET_RELATED_LISTS_METADATA
Tool to retrieve the list of related lists metadata for a module. Use when you need to discover which related lists are available for a specific module.
Get Related RecordsZOHO_BIGIN_GET_RELATED_RECORDS
Tool to retrieve related records associated with a specific record in a module. Use when fetching related data like Notes, Attachments, Products, or Activities linked to a parent record.
Get RolesZOHO_BIGIN_GET_ROLES
Tool to retrieve the list of available roles and their properties in an organization. Use when you need to discover role hierarchy and permissions.
Get Team Pipeline RecordsZOHO_BIGIN_GET_TEAM_PIPELINE_RECORDS
Tool to retrieve pipeline records from Team Pipelines in Zoho Bigin. Use when you need to fetch deals or records from a specific team pipeline with filtering, sorting, and pagination.
Get UserZOHO_BIGIN_GET_USER
Tool to retrieve details of a specific user using the user identification. Use when you need to get complete information about a single user by their ID.
Get UsersZOHO_BIGIN_GET_USERS
Tool to retrieve the list of users in the organization. Use when you need to get user information with filtering by type (ActiveUsers, DeactiveUsers, AdminUsers, etc.).
Search RecordsZOHO_BIGIN_SEARCH_RECORDS
Tool to search for records in a Bigin module using various criteria. Use when you need to find records by keyword, email, phone, or custom criteria with specific field comparators.
Update NoteZOHO_BIGIN_UPDATE_NOTE
Tool to update an existing note for a specific record in a module. Use when you need to modify the title or content of a note after confirming the module name, record ID, and note ID.
Update Notification DetailsZOHO_BIGIN_UPDATE_NOTIFICATION_DETAILS
Tool to update notification channel details in Zoho Bigin. Use when you need to modify notification URLs, events, tokens, or expiry times for existing channels. Supports up to 100 channels per call.
Update Notification InfoZOHO_BIGIN_UPDATE_NOTIFICATION_INFO
Tool to update specific notification information without losing existing data. Use when you need to modify notification channel settings such as events, expiry, token, or webhook URL.
Update RecordsZOHO_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.
Update Related RecordsZOHO_BIGIN_UPDATE_RELATED_RECORDS
Tool to update related records associated with a specific record in a module. Use when you need to modify existing relationships such as updating notes, products, or activities linked to a contact or account. Max 100 records per call.
Update UserZOHO_BIGIN_UPDATE_USER
Tool to update details of an existing user by user ID. Use when you need to modify user information such as phone, date of birth, time format, role, or status. Cannot update deactivated users.
Update UsersZOHO_BIGIN_UPDATE_USERS
Tool to update details of multiple users in an organization. Use when you need to modify user information such as phone, date of birth, time format, role, or status. Cannot update deactivated users. Maximum 100 users per request.
Upload AttachmentZOHO_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.
Upload Organization PhotoZOHO_BIGIN_UPLOAD_ORGANIZATION_PHOTO
Tool to upload or update the brand logo or image for the current organization. Use when you need to set or change the organization's photo/logo in Zoho Bigin.
Upload Record PhotoZOHO_BIGIN_UPLOAD_RECORD_PHOTO
Tool to upload a photo/image to a specific record (e.g., contact photo). Use when you need to attach a profile picture or image to a Bigin record.
Upsert RecordsZOHO_BIGIN_UPSERT_RECORDS
Tool to insert or update records in a module based on unique field values. Use when you need to sync data without checking if records exist first. Updates existing records if duplicates are found, otherwise inserts new records.