closeBot.listBots lists bots with their versions, sources, personas, follow-up settings, and tools.
automations/list-closebot-bots.automation.ts
Inputs
No input is required. An optional second argument{ account } selects a named binding.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List bots available to the connected CloseBot account.
closeBot.listBots lists bots with their versions, sources, personas, follow-up settings, and tools.
import { automation, onDashboardRun } from "automate.ax"
import { closeBot } from "automate.ax/closebot"
export default automation("List CloseBot bots", () => {
onDashboardRun({ title: "List CloseBot bots" })
closeBot.listBots()
})
{ account } selects a named binding.