closeBot.listSourceFields discovers the field keys accepted by lead updates for one source.
automations/list-closebot-fields.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 contact, location, and custom fields for a CloseBot source.
closeBot.listSourceFields discovers the field keys accepted by lead updates for one source.
import { automation, onDashboardRun } from "automate.ax"
import { closeBot } from "automate.ax/closebot"
export default automation("List CloseBot fields", () => {
onDashboardRun({ title: "List source fields" })
closeBot.listSourceFields({ sourceId: "source-id" })
})
sourceId.