Launch a SalesbotCopy Pagepost https://{subdomain}.kommo.com/api/v4/bots/{id}/runThe method allows to launch a single SalesbotPath Paramsidint32requiredID of the Salesbot to be launchedBody Paramsentity_idint32requiredID of the entity to which the chat contact is linked, or ID of the chat contact itselfentity_typestringenumrequiredThe entity type whose ID has been passed. Might be leads and contactsleadscontactsAllowed:leadscontactsHeadersContent-TypestringenumDefaults to application/jsonapplication/jsonAllowed:application/jsonacceptstringenumDefaults to application/problem+jsonGenerated from available response content typesapplication/problem+jsontext/htmlAllowed:application/problem+jsontext/htmlResponses 202Task to launch a bot has been successfully created 400Incorrect data was transmitted. Details are available in the response body. 401User is unauthorized 403No enough rights to call this method on the specified entity 404Salesbot with the ID is not foundUpdated 22 days ago