SalesBot widget block execution confirmationAsk AIpost https://{subdomain}.kommo.com/api/v4/{bot}/{bot_id}/continue/{continue_id}Path Paramsbot_idint32requiredBot IDcontinue_idint32requiredContinue ID. The system passes it to the webhookbotstringenumrequiredType of botmarketingbotsalesbotAllowed:marketingbotsalesbotBody ParamsdatajsonData 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_handlersjsonCurrently the following types of handlers are supported: show, goto.HeadersContent-TypestringenumDefaults to application/jsonRequest headerapplication/jsonAllowed:application/jsonacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmlAllowed:application/jsontext/htmlResponses 202Accepted 400Incorrect data 401User is not authorized 404Record of the widget awaiting the execution result was not foundUpdated about 1 month ago