eavz
LeadConnector

LeadConnector

Lead Connector - Go High Level

11 actions
4 triggers

Actions

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