closeBot.listSourceChannels lists the channels a source can use for bot routing and messages.
automations/list-closebot-channels.automation.ts
Inputs
ProvidesourceId.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List messaging channels available to a CloseBot source.
closeBot.listSourceChannels lists the channels a source can use for bot routing and messages.
import { automation, onDashboardRun } from "automate.ax"
import { closeBot } from "automate.ax/closebot"
export default automation("List CloseBot channels", () => {
onDashboardRun({ title: "List source channels" })
closeBot.listSourceChannels({ sourceId: "source-id" })
})
sourceId.