apollo.listDealStages lists every deal stage available in the connected workspace.
automations/list-apollo-deal-stages.automation.ts
{ stages } with stage IDs, names, order, probability, pipeline, and closed/won state.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List deal stages in an Apollo workspace.
apollo.listDealStages lists every deal stage available in the connected workspace.
import { automation, onDashboardRun } from "automate.ax"
import { apollo } from "automate.ax/apollo"
export default automation("List deal stages", () => {
onDashboardRun({ title: "List deal stages" })
apollo.listDealStages()
})
{ stages } with stage IDs, names, order, probability, pipeline, and closed/won state.