eavz
Copper

Copper

20 actions
11 triggers

Actions

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/sdk'

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

const result = await weavz.actions.execute({
  integrationName: 'copper',
  actionName: 'createPerson',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

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 actions programmatically.

What actions does Copper support?

Copper supports 20 actions 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 TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Copper use?

Copper uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Copper integration cost?

The Copper integration is included on all Weavz plans including the free tier with 1,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 2 minutes

Get 1,000 free actions every month. No credit card required.