Automate Automate.ax with TypeScript

List Automate.ax projects, automations, and deployments from another automation. Inspect individual resources, set automation state, and cancel deployments before publishing begins.

watch-disabled-automations.automation.ts
import { automation, onSchedule } from "automate.ax"
import { automate } from "automate.ax/automate"

export default automation("Watch disabled automations", () => {
  onSchedule({ schedule: "0 * * * *" })

  automate.listAutomations({ enabled: false })
})

What you can do

Actions

  • List and inspect projects
  • List, inspect, enable, and disable automations
  • List and inspect deployments
  • Cancel deployments before publishing begins

Triggers

No provider trigger is published for Automate.ax yet. Use another trigger, then call its actions.

Start automating with Automate.ax today

Start building