Kajabi
by Kajabi, LLC
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.
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.
| Integration | Category | Type | Notes |
|---|---|---|---|
| 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.
| Platform | Supported | Details |
|---|---|---|
| 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.
| Type | REST |
|---|---|
| Version | beta |
| Authentication | API token (generated in Sign-in & Security settings) |
| Base URL | See Kajabi developer/help docs (API in beta) |
| Format | JSON |
| Rate limit | Beta; see docs. |
| Docs | https://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
| Event | Description |
|---|---|
payment.succeeded | A payment succeeded |
cart.purchased | A cart/offer was purchased |
subscription.updated | A subscription changed |
assessment.completed | A learner completed an assessment |
form.submitted | A form was submitted |