Skip to main content
Automate.ax connects Kit subscribers, forms, tags, custom fields, sequences, broadcasts, snippets, posts, purchases, templates, and account analytics to typed automations. Managed webhook endpoints cover all 23 event types currently available from Kit.
automations/welcome-kit-subscribers.automation.ts

Connect

OAuth is the preferred connection method and is required for ten bulk and purchase actions. You can use a V4 API key from Kit’s account settings for personal or testing connections and all other actions and triggers. Kit limits OAuth connections to 600 requests per 60 seconds and V4 API keys to 120 requests per 60 seconds. List and reporting data can lag a successful write; direct reads and writes are strongly consistent. Managed triggers verify Kit’s timestamped HMAC signatures and deduplicate batched retries by event UUID.

Exports

  • kit contains the packaged actions and triggers.
  • kitAccount("name") selects a named Kit connection.
  • getKitApi creates the authenticated V4 helper for a custom account-backed action.

Triggers

Actions