Actions
| Name | Description |
|---|---|
create_contactCreate a new contact. | Create a new contact. |
update_contactUpdate an existing contact. | Update an existing contact. |
add_contact_to_campaignAdd an existing contact to a campaign. | Add an existing contact to a campaign. |
add_contact_to_workflowAdd an existing contact to a workflow. | Add an existing contact to a workflow. |
add_note_to_contactAdd a new note to a contact. | Add a new note to a contact. |
search_contactsSearch for contacts with a search query. | Search for contacts with a search query. |
create_opportunityCreate a new opportunity. | Create a new opportunity. |
update_opportunityUpdates an existing opportunity. | Updates an existing opportunity. |
create_taskCreate a new task. | Create a new task. |
update_taskUpdate a task. | Update a task. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_contactTrigger when a new contact is added. | Trigger when a new contact is added. |
contact_updatedTrigger when a contact is created or updated. | Trigger when a contact is created or updated. |
new_form_submissionTrigger when a form is submitted. | Trigger when a form is submitted. |
new_opportunityTrigger when a new opportunity is added. | Trigger when a new opportunity is added. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'lead-connector',
actionName: 'create_contact',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect LeadConnector to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does LeadConnector support?
LeadConnector supports 11 actions including Create Contact, Update Contact, Add Contact to Campaign, Add Contact to Workflow, Add Note to Contact, and more.
Can I use LeadConnector with AI agents?
Yes. Add LeadConnector 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 LeadConnector use?
LeadConnector uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the LeadConnector integration cost?
The LeadConnector integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does LeadConnector support?
LeadConnector supports 4 triggers including New Contact, Contact Created or Updated, New Form Submission, New Opportunity.
Connect LeadConnector in 2 minutes
Get 1,000 free actions every month. No credit card required.