---
title: "POST /api/v2/salesbot/run"
method: POST
path: "/api/v2/salesbot/run"
---

# POST /api/v2/salesbot/run

`POST /api/v2/salesbot/run`

Run salesbot (batch, up to 100 tasks).

## Request body

- SalesbotRunItem[]
  - `bot_id` integer, required
  - `entity_id` integer, required
  - `entity_type` integer, required

## Response `200`

The request has succeeded.

- union
  - SalesbotRunResponse
    - `success` boolean
    - `_links` object
      - `self` object
        - `href` string
        - `method` string
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

---

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