Tools
| 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-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('lead-connector', 'create_contact', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'lead-connector',
input: { /* ... */ },
})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 tools programmatically.
What tools does LeadConnector support?
LeadConnector supports 11 tools 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 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 LeadConnector to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add LeadConnector as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped LeadConnector tools exposed by that workspace.
Does LeadConnector 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 LeadConnector work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with LeadConnector?
LeadConnector exposes 11 tools, including Create Contact, Update Contact, Add Contact to Campaign, Add Contact to Workflow, Add Note to Contact, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can LeadConnector be used in stateful agent workflows?
Yes. Agents can combine LeadConnector 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 LeadConnector use?
LeadConnector uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the LeadConnector integration cost?
The LeadConnector integration is included on all Weavz plans including the free tier with 20,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 minutes
Get 20,000 free action executions every month. No credit card required.