closeBot.listSourceOwners lists HubSpot owners you can assign with updateSource.
automations/list-closebot-source-owners.automation.ts
Inputs
Provide a HubSpotsourceId.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List HubSpot owners available to a CloseBot source.
closeBot.listSourceOwners lists HubSpot owners you can assign with updateSource.
import { automation, onDashboardRun } from "automate.ax"
import { closeBot } from "automate.ax/closebot"
export default automation("List CloseBot source owners", () => {
onDashboardRun({ title: "List source owners" })
closeBot.listSourceOwners({ sourceId: "source-id" })
})
sourceId.