---
title: "POST /api/v4/bots/run"
method: POST
path: "/api/v4/bots/run"
---

# POST /api/v4/bots/run

`POST /api/v4/bots/run`

## Request body

- object[]
  - `bot_id` integer, required — ID del Salesbot que se va a lanzar
  - `entity_id` integer, required — ID de la entidad para la cual se lanzará el Salesbot
  - `entity_type` 'leads' | 'contacts', required — Tipo de entidad. Puede ser `leads` o `contacts

## Response `202`

Solicitud exitosa

## Other responses

- `400` — Solicitud incorrecta
- `401` — Usuario no autorizado
- `403` — Entidad no encontrada o sin permisos
- `404` — Salesbot no encontrado

---

[API](https://skmtc.net/kommo/apis/kommo-api.md) · [All operations](https://skmtc.net/kommo/apis/kommo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kommo/kommo-api/versions/e291c0b2038d/schema)
