---
title: "Confirmación de bloqueo de ejecución del widget SalesBot"
method: POST
path: "/api/v4/{bot}/{bot_id}/continue/{continue_id}"
---

# Confirmación de bloqueo de ejecución del widget SalesBot

`POST /api/v4/{bot}/{bot_id}/continue/{continue_id}`

## Path parameters

- `bot_id` integer, required
- `continue_id` integer, required
- `bot` 'marketingbot' | 'salesbot', required

## Headers

- `Content-Type` string

## Request body

- object
  - `data` string, json — Datos para el widget. Se pueden obtener en el código de SalesBot con la clave {{json.OBJECT_KEY_NAME}}, donde OBJECT_KEY_NAME es el nombre del campo pasado en "data"
  - `execute_handlers` string, json — Actualmente, los siguientes tipos de controladores son compatibles: show, goto

## Response `202`

202

- object

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404

---

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