closeBot.getAgency returns the agency identity and members visible to the connected user.
automations/get-closebot-agency.automation.ts
Inputs
No input is required. An optional second argument{ account } selects a named CloseBot binding.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the CloseBot agency available to the connected API key.
closeBot.getAgency returns the agency identity and members visible to the connected user.
import { automation, onDashboardRun } from "automate.ax"
import { closeBot } from "automate.ax/closebot"
export default automation("Get CloseBot agency", () => {
onDashboardRun({ title: "Get CloseBot agency" })
closeBot.getAgency()
})
{ account } selects a named CloseBot binding.