← All LMS

Kajabi

by Kajabi, LLC

Visit website ↗

An all-in-one creator platform (courses, memberships, marketing). Strong inbound + outbound webhooks and a native Zapier app; the public REST API is in beta.

Creator / Course businessMembershipCloud Last verified 2026-06-20
Direct Middleware API Webhooks

Direct integrations

Native integrations you connect from inside the LMS — typically an OAuth "Connect" flow, with no external middleware.

Supported — Native third-party integrations configured under Settings → Third Party Integrations.

IntegrationCategoryTypeNotes
Stripe Payments oauth Card payments and subscriptions.
PayPal Payments oauth PayPal checkout.
Mailchimp Email marketing oauth Email list sync.
ActiveCampaign Email / CRM api-key Marketing automation.
Google Analytics Analytics snippet Tracking.

Middleware support

Third-party automation platforms (iPaaS) that connect this LMS to thousands of other apps without code.

Supported — Native Zapier app; Kajabi's inbound/outbound webhooks integrate with Make, Pabbly, and n8n.

PlatformSupportedDetails
Zapier Yes Native Kajabi Zapier app. · 4 triggers, 4 actions
Make Yes Via Kajabi webhooks / HTTP modules.
Pabbly Connect Yes Via Kajabi webhooks / HTTP.
n8n Yes Via webhooks / HTTP Request node.
Microsoft Power Automate No
Workato No
Tray.io No

Zapier

Triggers

  • Assessment completed
  • Cart purchased
  • Offer purchased
  • Form submitted

Actions

  • Grant offer
  • Revoke offer
  • Add tag
  • Create/Find member

API

Programmatic access to the LMS. Endpoints below are a documented subset — always check the vendor's official reference for the complete, current list.

Supported — Kajabi's public REST API is in beta with evolving coverage. Most automation today is done through inbound/outbound webhooks and Zapier rather than direct REST calls. Confirm current endpoints in Kajabi's developer docs before building.

TypeREST
Versionbeta
AuthenticationAPI token (generated in Sign-in & Security settings)
Base URLSee Kajabi developer/help docs (API in beta)
FormatJSON
Rate limitBeta; see docs.
Docshttps://help.kajabi.com/

Webhooks

Outbound HTTP callbacks the LMS sends to your endpoint when events occur, with their supported event types and security model.

Supported — Kajabi supports both inbound webhooks (trigger Kajabi automations from outside) and outbound webhooks (notify your app on Kajabi events). Created under Settings → Third Party Integrations and Webhooks → Webhooks.

Docs: https://help.kajabi.com/articles/api-integrations/webhooks/webhooks-explained

Security: HTTPS endpoint API token / secret

EventDescription
payment.succeededA payment succeeded
cart.purchasedA cart/offer was purchased
subscription.updatedA subscription changed
assessment.completedA learner completed an assessment
form.submittedA form was submitted

Sources