Platform Guides
Connect your AI Twin with external platforms for automatic user syncing and seamless integration.
Available Integrations
GoHighLevel
Connect your GHL account to automatically sync users and embed your Twin in GHL funnels and websites.
Kajabi
Sync members from your Kajabi courses and memberships. Grant automatic access when users purchase.
Mighty Networks
Integrate with Mighty Networks communities for member syncing and embedding.
How Integrations Work
- Configure credentials — Add API keys or connect your account in Configuration
- Set sync method — Choose webhook (real-time) or polling (periodic)
- Map access — Define which users get access to which Twins
- Test — Verify sync is working correctly
Sync Methods
| Method | Speed | Best For |
|---|---|---|
| Webhook | Real-time | Instant access on purchase |
| Polling | Minutes | Platforms without webhooks |
Custom Integrations
For platforms not listed, use the webhook API:
{
"action": "provision",
"email": "user@example.com",
"name": "User Name"
}Send to your webhook URL (provided in your dashboard) to grant or revoke access programmatically.
For configuration details, see Configuration.
Questions? Contact support@steno.ai.
Last updated on