Weavz
LeadConnector

LeadConnector

Lead Connector - Go High Level

11 tools
4 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
create_contact

Create a new contact.

update_contact

Update an existing contact.

add_contact_to_campaign

Add an existing contact to a campaign.

add_contact_to_workflow

Add an existing contact to a workflow.

add_note_to_contact

Add a new note to a contact.

search_contacts

Search for contacts with a search query.

create_opportunity

Create a new opportunity.

update_opportunity

Updates an existing opportunity.

create_task

Create a new task.

update_task

Update a task.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_contact

Trigger when a new contact is added.

contact_updated

Trigger when a contact is created or updated.

new_form_submission

Trigger when a form is submitted.

new_opportunity

Trigger when a new opportunity is added.

Quick Start

TypeScript
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.