---
title: "SalesBot widget block execution confirmation"
method: POST
path: "/api/v4/{bot}/{bot_id}/continue/{continue_id}"
---

# SalesBot widget block execution confirmation

`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` 'application/json'

## Request body

- object
  - `data` string, json — Data for widget. It can be acquired in the SalesBot code with the key {{json.OBJECT_KEY_NAME}}, where OBJECT_KEY_NAME is the name of the field passed into “data”
  - `execute_handlers` string, json — Currently the following types of handlers are supported: show, goto.

## Response `202`

Accepted

## Other responses

- `400` — Incorrect data
- `401` — User is not authorized
- `404` — Record of the widget awaiting the execution result was not found

---

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