Kommo
Overview
SLUG: KOMMO
Description
Kommo CRM (formerly amoCRM) integration tool for managing customer relationships, sales pipelines, and business processes.
Authentication Details
OAuth2
Connecting to Kommo
Create an auth config
Use the dashboard to create an auth config for the Kommo toolkit. This allows you to connect multiple Kommo accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Kommo toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
KOMMO_CREATE_COMPANY
Tool Name: Create Kommo Companies
Description
Action Parameters
Action Response
KOMMO_CREATE_CONTACT
Tool Name: Create Kommo Contact
Description
Action Parameters
Action Response
KOMMO_CREATE_LEAD
Tool Name: Create Kommo Lead
Description
Action Parameters
Action Response
KOMMO_CREATE_TASK
Tool Name: Create Kommo Tasks
Description
Action Parameters
Action Response
KOMMO_LIST_COMPANIES
Tool Name: List Kommo Companies
Description
Action Parameters
Action Response
KOMMO_LIST_CONTACTS
Tool Name: List Kommo Contacts
Description
Action Parameters
Action Response
KOMMO_LIST_LEADS
Tool Name: List Kommo Leads
Description
Action Parameters
Action Response
KOMMO_LIST_LEADS_PIPELINES
Tool Name: List Kommo Lead Pipelines
Description
Action Parameters
Action Response
KOMMO_LIST_PIPELINE_STAGES
Tool Name: List Kommo Pipeline Stages
Description
Action Parameters
Action Response
KOMMO_UPDATE_COMPANY
Tool Name: Update Kommo Company
Description
Action Parameters
Action Response
KOMMO_UPDATE_CONTACT
Tool Name: Update Kommo Contact
Description
Action Parameters
Action Response
KOMMO_UPDATE_LEAD
Tool Name: Update Kommo Lead
Description
Action Parameters
Action Response
KOMMO_LIST_CUSTOM_FIELDS
Tool Name: List Kommo Custom Fields
Description
Action Parameters
Action Response
KOMMO_LIST_TASKS
Tool Name: List Kommo Tasks
Description
Action Parameters
Action Response
KOMMO_UPDATE_TASK
Tool Name: Update Kommo Task
Description
Action Parameters
Action Response