Automate Kit with TypeScript

Pro plan

Manage Kit subscribers, broadcasts, sequences, forms, tags, fields, posts, purchases, templates, and account analytics. Start automations from signed, batched Kit webhook events.

welcome-kit-subscribers.automation.ts
import { automation } from "automate.ax"
import { kit } from "automate.ax/kit"

export default automation("Welcome Kit subscribers", () => {
  const created = kit.onSubscriberCreated()

  kit.addSubscriberToSequence({
    sequenceId: 77,
    id: created.data.subscriber.id,
  })
})

What you can do

Actions

  • Manage subscribers, tags, custom fields, forms, and sequences
  • Create and update broadcasts, sequence emails, and snippets
  • Inspect posts, purchases, templates, and account analytics
  • Run OAuth-only bulk subscriber and resource operations

Triggers

  • Subscriber lifecycle, form, sequence, tag, and field changes
  • Broadcast creation, completion, and deletion
  • Sequence, tag, and custom-field lifecycle events
  • Published posts or every available Kit webhook event

Start automating with Kit today

Start building