Automate Close with TypeScript

Manage Close leads, contacts, opportunities, tasks, activities, comments, and sequences. Trigger automations from the complete CRM and sales-activity lifecycle.

qualify-close-leads.automation.ts
import { automation } from "automate.ax"
import { close } from "automate.ax/close"

export default automation("Qualify new Close leads", () => {
  const lead = close.onLeadCreated()

  close.createTask({
    type: "lead",
    leadId: lead.data.id,
    text: "Qualify this new lead",
  })
})

What you can do

Actions

  • Create and manage leads, contacts, and opportunities
  • Upload attachments and manage tasks, notes, calls, emails, and SMS
  • Add comments and enroll contacts in sequences
  • Inspect users, pipelines, statuses, and any Close API endpoint

Triggers

  • Lead and contact lifecycle
  • Opportunity updates, wins, and losses
  • Task creation, updates, completion, and deletion
  • Calls, messages, meetings, comments, and sequence enrollments
  • Broad Close events across every webhook-supported family

Start automating with Close today

Start building