Salesbots listCopy Pageget https://{subdomain}.kommo.com/api/v4/botsThe method allows getting a list of Salesbots in the accountQuery ParamspageintegerA page of responselimitintegerThe number of entities returned per request (limit – 250)filter[type_functionality][]array of stringsFilter by Salesbot functionality type. Possible values: regular – a basic workflow Salesbot, greeting – a welcome message bot, marketing – a bot for broadcasting messages, nps – a bot for conducting NPS surveysfilter[type_functionality][]ADD stringfilter[id][]array of int32sFilter by Salesbot IDsfilter[id][]ADD int32withstringThis parameter accepts a string which may consist of several values (look at the table above) separated by commas.HeadersacceptstringenumDefaults to application/hal+jsonGenerated from available response content typesapplication/hal+jsonapplication/problem+jsontext/htmlAllowed:application/hal+jsonapplication/problem+jsontext/htmlResponses 200Request is successfull 204No Salesbots are found 400Incorrect data was transmitted. Details are available in the response body. 401User is unauthorizedUpdated 25 days ago