Actions
| Name | Description |
|---|---|
create_leadCreates a new lead. | Creates a new lead. |
create_contactCreates a new contact. | Creates a new contact. |
find_leadSearch for leads with advanced filtering options | Search for leads with advanced filtering options |
create_opportunityCreate a new opportunity. | Create a new opportunity. |
find_contactSearch for contacts by name, email, or other criteria with advanced filtering | Search for contacts by name, email, or other criteria with advanced filtering |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_lead_createdTriggers when a new lead is created. | Triggers when a new lead is created. |
new_contact_addedTriggers when a new contact is created. | Triggers when a new contact is created. |
new_opportunity_addedTriggers when a new opportunity is created. | Triggers when a new opportunity is created. |
Quick Start
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.