v1

latestOpenAPI 3.1.02026-07-241630614.2 KB

SalesBot widget block execution confirmation

post/api/v4/{bot}/{bot_id}/continue/{continue_id}

Path parameters

bot_idinteger required

Bot ID

continue_idinteger required

Continue ID. The system passes it to the webhook

bot'marketingbot' | 'salesbot' required

Type of bot

Headers

Content-Type'application/json'

Request header

Request body

datastring 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_handlersstring json

Currently the following types of handlers are supported: show, goto.

Response

Accepted