Kommo
Actions
| Name | Description |
|---|---|
find_leadFinds an existing lead. | Finds an existing lead. |
update_contactUpdates an existing contact. | Updates an existing contact. |
create_leadCreates a new lead. | Creates a new lead. |
update_leadUpdate existing lead info. | Update existing lead info. |
create_contactAdd a new contact. | Add a new contact. |
find_contactFinds an existing contact. | Finds an existing contact. |
find_companyFind an existing company. | Find an existing company. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
lead_status_changedTriggers when a lead status is changed. | Triggers when a lead status is changed. |
new_contact_addedTriggers when a new contact is added. | Triggers when a new contact is added. |
new_lead_createdTriggers when a new lead is created. | Triggers when a new lead is created. |
new_task_createdTriggered when a new task is created. | Triggered when a new task is created. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'kommo',
actionName: 'find_lead',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Kommo to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Kommo support?
Kommo supports 8 actions including Find Lead, Update Contact, Create New Lead, Update Lead, Create New Contact, and more.
Can I use Kommo with AI agents?
Yes. Add Kommo 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 Kommo use?
Kommo uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Kommo integration cost?
The Kommo integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Kommo support?
Kommo supports 4 triggers including Lead Status Changed, New Contact Added, New Lead Created, New Task Created.
Connect Kommo in 2 minutes
Get 1,000 free actions every month. No credit card required.