Pipeline CRM

Pipeline CRM is a sales-focused customer relationship management tool designed to help teams track leads, manage deals, and streamline workflows.

15 actions Integration catalog
Request access
Connect Pipeline CRM 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.

Create Pipeline CRM CompanyPIPELINE_CRM_CREATE_COMPANY
Creates a new company record in Pipeline CRM with contact details, address, and social media information. Use this tool when you need to add a new company to the CRM system. The only required field is the company name. You can optionally include contact information (email, phone, fax), address details, social media links, and assign owners or tags. Set check_for_duplicates=true to prevent creating companies with duplicate names.
Create DealPIPELINE_CRM_CREATE_DEAL
Tool to create a new deal in Pipeline CRM. Use after gathering all details. Example: Create a deal named 'Big Partnership' worth 50000 USD in stage 2.
Delete CompanyPIPELINE_CRM_DELETE_COMPANY
Tool to delete a company by ID in Pipeline CRM. Use after confirming the company ID is correct. Example: "Delete company with ID 123".
Delete DealPIPELINE_CRM_DELETE_DEAL
Tool to delete a deal by ID. Use when you need to remove a deal from Pipeline CRM.
Delete calendar taskPIPELINE_CRM_DELETE_TASK
Tool to delete a calendar task by ID. Use after confirming the task exists in Pipeline CRM.
Get Company by IDPIPELINE_CRM_GET_COMPANY
Retrieves comprehensive details for a specific company by ID from Pipeline CRM. Returns complete company information including contact details (multiple phones, email, social media), full address breakdown, owner details, financial metrics (pipeline/won deals totals), custom fields, tags, and next scheduled tasks. Use this when you need detailed information about a company after obtaining its ID from LIST_COMPANIES or CREATE_COMPANY actions.
Get Deal by IDPIPELINE_CRM_GET_DEAL
Tool to retrieve details for a specific deal by ID in Pipeline CRM. Use after confirming the deal ID.
Get Deal Stage by IDPIPELINE_CRM_GET_STAGE
Tool to retrieve details for a specific stage by ID in Pipeline CRM. Use after confirming the stage ID.
Get calendar task by IDPIPELINE_CRM_GET_TASK
Tool to retrieve details for a specific task by ID in Pipeline CRM. Use after confirming the task ID.
List CompaniesPIPELINE_CRM_LIST_COMPANIES
List companies in Pipeline CRM with optional filtering, sorting, and pagination. Returns a paginated list of companies with comprehensive details including contact information, address, owner, custom fields, and tags. Supports search filtering and sorting by any field. Use this to retrieve multiple companies or search for specific companies by name or other attributes.
List LeadsPIPELINE_CRM_LIST_LEADS
Tool to list leads in Pipeline CRM. Use when you need to fetch multiple leads with optional filtering and pagination. For large datasets, iterate through pages using `page` and `per_page` together; a single `per_page` value does not return all leads.
List Deal StagesPIPELINE_CRM_LIST_STAGES
Tool to list deal stages. Use when you need to enumerate all stages for deals in Pipeline CRM.
List calendar tasksPIPELINE_CRM_LIST_TASKS
Tool to list calendar tasks. Use when retrieving tasks for a deal, company, or person with optional date filters and pagination.
List UsersPIPELINE_CRM_LIST_USERS
List users in Pipeline CRM account with optional pagination. Returns a paginated list of users with their details including email, name, role, status, and admin privileges. Use this to retrieve user information for assignment, reporting, or user management purposes. For large accounts, iterate through pages using `page` and `per_page` parameters. Requires admin access to the API.
Update CompanyPIPELINE_CRM_UPDATE_COMPANY
Tool to update an existing company by ID in Pipeline CRM. Use after confirming the company ID and fields to change.