Actions
| Name | Description |
|---|---|
list_leadsList leads with optional filtering | List leads with optional filtering |
get_leadGet a specific lead by ID | Get a specific lead by ID |
create_leadCreate a new lead in kvCORE | Create a new lead in kvCORE |
list_propertiesList properties in kvCORE | List properties in kvCORE |
custom_api_callMake a custom API call to the kvCORE API | Make a custom API call to the kvCORE API |
Triggers
| Name | Description |
|---|---|
new_leadTriggers when a new lead is created in kvCORE | Triggers when a new lead is created in kvCORE |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'kvcore',
actionName: 'list_leads',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect kvCORE 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 kvCORE support?
kvCORE supports 5 actions including List Leads, Get Lead, Create Lead, List Properties, Custom API Call.
Can I use kvCORE with AI agents?
Yes. Add kvCORE 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 kvCORE use?
kvCORE uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the kvCORE integration cost?
The kvCORE integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does kvCORE support?
kvCORE supports 1 triggers including New Lead.
Connect kvCORE in 2 minutes
Get 1,000 free actions every month. No credit card required.