Automate JobNimbus with TypeScript

Manage JobNimbus contacts, jobs, tasks, activities, products, and files from typed automations. Inspect account metadata and call additional documented endpoints when a granular action does not fit.

create-jobnimbus-jobs.automation.ts
import { automation, onHttpRequest } from "automate.ax"
import { jobNimbus } from "automate.ax/jobnimbus"

export default automation("Create JobNimbus jobs", () => {
  onHttpRequest({ scope: "automation" })

  jobNimbus.createJob({
    name: "Roof replacement",
    recordTypeName: "Retail",
    statusName: "Lead",
  })
})

What you can do

Actions

  • Create and manage contacts, jobs, tasks, and products
  • Create, update, and delete activities
  • List, download, and upload files
  • Inspect users, groups, settings, units, and other API endpoints

Triggers

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

Start automating with JobNimbus today

Start building