closeBot.listSourceCalendars lists manually added and external CRM calendars for one source.
automations/list-closebot-calendars.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 calendars available to a CloseBot source.
closeBot.listSourceCalendars lists manually added and external CRM calendars for one source.
import { automation, onDashboardRun } from "automate.ax"
import { closeBot } from "automate.ax/closebot"
export default automation("List CloseBot calendars", () => {
onDashboardRun({ title: "List source calendars" })
closeBot.listSourceCalendars({ sourceId: "source-id" })
})
sourceId.