Weavz
Copper

Copper

Manage Copper CRM leads, people, companies, opportunities, and relationship workflows.

20 tools
11 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
createPerson

Adds a new person/contact.

updatePerson

Updates a person based on matching criteria.

createLead

Adds a new lead.

updateLead

Updates an existing lead.

convertLead

Converts a lead into a person (optionally with company/opportunity).

createCompany

Adds a new company.

updateCompany

Updates a company record.

createOpportunity

Adds a new opportunity.

updateOpportunity

Updates an opportunity using match criteria.

createProject

Adds a new project.

updateProject

Updates a project record.

createTask

Adds a new task under a person, lead, or opportunity.

createActivity

Logs an activity related to CRM entities.

searchForAnActivity

Find an existing activity by type/criteria.

searchForAPerson

Lookup a person using match criteria.

searchForALead

Lookup a lead using match criteria.

searchForACompany

Lookup a company.

searchForAnOpportunity

Lookup an opportunity.

searchForAProject

Lookup a project.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
newActivity

Triggers when a new activity is logged

newPerson

Triggers when a new person/contact is created.

newLead

Triggers when a new lead is created.

newTask

Triggers when a new task is created.

updatedLead

Triggers when a lead is modified.

updatedTask

Triggers when a task is updated.

updatedOpportunity

Triggers when an opportunity changes.

updatedOpportunityStage

Triggers when an opportunity stage changes

updatedOpportunityStatus

Triggers when an opportunity's status changes.

updatedProject

Triggers when a project is updated.

updatedLeadStatus

Triggers when the status of a lead changes.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('copper', 'createPerson', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'copper',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Copper to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Copper support?

Copper supports 20 tools including Create Person, Update Person, Create Lead, Update Lead, Convert Lead, and more.

Can I use Copper with AI agents?

Yes. Add Copper to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Copper to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Copper as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Copper tools exposed by that workspace.

Does Copper work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Copper work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Copper?

Copper exposes 20 tools, including Create Person, Update Person, Create Lead, Update Lead, Convert Lead, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Copper be used in stateful agent workflows?

Yes. Agents can combine Copper tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Copper use?

Copper uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Copper integration cost?

The Copper integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Copper support?

Copper supports 11 triggers including New Activity, New Person, New Lead, New Task, Updated Lead, and more.

Connect Copper in minutes

Get 20,000 free action executions every month. No credit card required.