eavz
Kommo

Kommo

8 actions
4 triggers

Actions

Name
find_lead

Finds an existing lead.

update_contact

Updates an existing contact.

create_lead

Creates a new lead.

update_lead

Update existing lead info.

create_contact

Add a new contact.

find_contact

Finds an existing contact.

find_company

Find an existing company.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
lead_status_changed

Triggers when a lead status is changed.

new_contact_added

Triggers when a new contact is added.

new_lead_created

Triggers when a new lead is created.

new_task_created

Triggered when a new task is created.

Quick Start

TypeScript
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.