Copper
Actions
| Name | Description |
|---|---|
createPersonAdds a new person/contact. | Adds a new person/contact. |
updatePersonUpdates a person based on matching criteria. | Updates a person based on matching criteria. |
createLeadAdds a new lead. | Adds a new lead. |
updateLeadUpdates an existing lead. | Updates an existing lead. |
convertLeadConverts a lead into a person (optionally with company/opportunity). | Converts a lead into a person (optionally with company/opportunity). |
createCompanyAdds a new company. | Adds a new company. |
updateCompanyUpdates a company record. | Updates a company record. |
createOpportunityAdds a new opportunity. | Adds a new opportunity. |
updateOpportunityUpdates an opportunity using match criteria. | Updates an opportunity using match criteria. |
createProjectAdds a new project. | Adds a new project. |
updateProjectUpdates a project record. | Updates a project record. |
createTaskAdds a new task under a person, lead, or opportunity. | Adds a new task under a person, lead, or opportunity. |
createActivityLogs an activity related to CRM entities. | Logs an activity related to CRM entities. |
searchForAnActivityFind an existing activity by type/criteria. | Find an existing activity by type/criteria. |
searchForAPersonLookup a person using match criteria. | Lookup a person using match criteria. |
searchForALeadLookup a lead using match criteria. | Lookup a lead using match criteria. |
searchForACompanyLookup a company. | Lookup a company. |
searchForAnOpportunityLookup an opportunity. | Lookup an opportunity. |
searchForAProjectLookup a project. | Lookup a project. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
newActivityTriggers when a new activity is logged | Triggers when a new activity is logged |
newPersonTriggers when a new person/contact is created. | Triggers when a new person/contact is created. |
newLeadTriggers when a new lead is created. | Triggers when a new lead is created. |
newTaskTriggers when a new task is created. | Triggers when a new task is created. |
updatedLeadTriggers when a lead is modified. | Triggers when a lead is modified. |
updatedTaskTriggers when a task is updated. | Triggers when a task is updated. |
updatedOpportunityTriggers when an opportunity changes. | Triggers when an opportunity changes. |
updatedOpportunityStageTriggers when an opportunity stage changes | Triggers when an opportunity stage changes |
updatedOpportunityStatusTriggers when an opportunity's status changes. | Triggers when an opportunity's status changes. |
updatedProjectTriggers when a project is updated. | Triggers when a project is updated. |
updatedLeadStatusTriggers when the status of a lead changes. | Triggers when the status of a lead changes. |
Quick Start
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.