Tools
| Name | Description |
|---|---|
list_leadsList Close leads using offset pagination and optional query filtering. | List Close leads using offset pagination and optional query filtering. |
get_leadGet one Close lead by ID. | Get one Close lead by ID. |
create_leadCreate a Close lead with optional contact data. | Create a Close lead with optional contact data. |
update_leadUpdate selected fields on a Close lead. | Update selected fields on a Close lead. |
list_contactsList Close contacts, optionally filtered by lead ID or query. | List Close contacts, optionally filtered by lead ID or query. |
create_contactCreate a Close contact under an existing lead. | Create a Close contact under an existing lead. |
list_opportunitiesList Close opportunities, optionally filtered by lead ID. | List Close opportunities, optionally filtered by lead ID. |
create_opportunityCreate a Close opportunity for a lead. | Create a Close opportunity for a lead. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('close', 'list_leads', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'close',
input: { /* ... */ },
})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 tools programmatically.
What tools does Close support?
Close supports 8 tools including List Leads, Get Lead, Create Lead, Update Lead, List Contacts, and more.
Can I use Close with AI agents?
Yes. Add Close 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 Close to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Close as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Close tools exposed by that workspace.
Does Close 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 Close work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Close?
Close exposes 8 tools, including List Leads, Get Lead, Create Lead, Update Lead, List Contacts, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Close be used in stateful agent workflows?
Yes. Agents can combine Close 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 Close use?
Close uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Close integration cost?
The Close integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Close in minutes
Get 20,000 free action executions every month. No credit card required.