eavz
Close

Close

Sales automation and CRM integration for Close

6 actions
3 triggers

Actions

Name
create_lead

Creates a new lead.

create_contact

Creates a new contact.

find_lead

Search for leads with advanced filtering options

create_opportunity

Create a new opportunity.

find_contact

Search for contacts by name, email, or other criteria with advanced filtering

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_lead_created

Triggers when a new lead is created.

new_contact_added

Triggers when a new contact is created.

new_opportunity_added

Triggers when a new opportunity is created.

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'close',
  actionName: 'create_lead',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Close to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Close support?

Close supports 6 actions including Create Lead, Create Contact, Find Lead, Create Opportunity, Find Contact, and more.

Can I use Close with AI agents?

Yes. Add Close 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 Close use?

Close uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Close integration cost?

The Close integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Close support?

Close supports 3 triggers including New Lead Created, New Contact Added, New Opportunity Added.

Connect Close in 2 minutes

Get 1,000 free actions every month. No credit card required.