kommo

Automate Kommo CRM operations for leads, contacts, companies, tasks, and pipelines via API v4.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/MindOpsTeam/agente-cfo --skill kommo-mindopsteam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kommo
Source: https://github.com/MindOpsTeam/agente-cfo/tree/main/skills/kommo
Command: npx skills add https://github.com/MindOpsTeam/agente-cfo --skill kommo-mindopsteam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Integrate Kommo CRM (formerly amoCRM) with your workflows by performing common CRM operations programmatically through the API v4 using a long-lived Access Token. This enables automated creation and updating of leads, contacts, companies, tasks, and pipelines without manual UI interactions.

Core Features & Use Cases

  • Connect and manage leads (create, list, update, delete) and their associated contacts.
  • Manage contacts, companies, and customer segments with full CRUD operations and notes/links.
  • Operations across pipelines, tasks, webhooks and account information to keep your org's CRM data in sync.

Quick Start

Connect to Kommo using the provided connect.sh script and start managing leads, contacts, companies, tasks, and pipelines via the API.

Frequently Asked Questions about kommo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Kommo CRM lead management via API without manual UI interactions?

The Skill automates Kommo CRM operations via API v4, enabling you to create, list, update, and delete leads, contacts, and companies programmatically without manual UI interactions.

What environment variables do I need to connect to the Kommo API?

You must configure the KOMMO_SUBDOMAIN and KOMMO_ACCESS_TOKEN environment variables to authenticate API v4 REST calls and establish a successful connection to your CRM account.

Can I manage pipelines and tasks in amoCRM using API v4?

Yes, API v4 supports full CRUD operations across pipelines, tasks, webhooks, and account information, allowing you to keep your organization's CRM data synchronized across workflows.

Does this Kommo integration support creating and updating contacts with notes and links?

Yes, the integration supports full CRUD operations for contacts, companies, and customer segments, including the ability to programmatically append notes and links to contact records.

What is the best way to programmatically sync customer segments and company data in Kommo?

Using API v4 REST calls via a dedicated KommoClient allows you to programmatically sync customer segments, company records, and associated notes across your automated workflows.

Why do I need a long-lived access token for Kommo CRM integration workflows?

A long-lived access token provides persistent authentication for the KommoClient to execute automated REST calls across workflows without requiring repeated manual authorization steps.