closeBot.getPersona retrieves one persona and its assigned bots.
automations/get-closebot-persona.automation.ts
Inputs
ProvidepersonaId.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get one CloseBot AI persona.
closeBot.getPersona retrieves one persona and its assigned bots.
import { automation, onDashboardRun } from "automate.ax"
import { closeBot } from "automate.ax/closebot"
export default automation("Get CloseBot persona", () => {
onDashboardRun({ title: "Get CloseBot persona" })
closeBot.getPersona({ personaId: "persona-id" })
})
personaId.