Integrations
AlonLearn integrates with the tools you already use. Less duplicate work, more automation and better data flow.
15+ ready-made integrations
Connect AlonLearn to existing systems for seamless data flow and automation.
Entra ID (Microsoft)
SSO and user login via Microsoft Entra ID. Automatic user sync and secure access control.
DFØ/Unit4
Finance and invoicing for the public sector. Automatic transfer of invoice data to Unit4 ERP.
Visma Business NXT
Accounting integration with automatic transfer of invoices and payment data.
SCORM Cloud
eLearning standard and course player. Supports SCORM 1.2 and 2004 with full result tracking.
Microsoft Dynamics CRM
Customer management and sales. Sync contacts, organisations and activities automatically.
Vipps
Mobile payments for course sign-ups. Participants pay quickly and easily with Vipps directly in the sign-up flow.
Stripe
Card payments with support for Visa, Mastercard and Apple Pay. Secure and fast payments globally.
SparkPost
Email delivery with high deliverability. Automated confirmations, reminders and notifications.
Open API for custom integrations
AlonLearn has a modern REST API that makes it easy to build your own integrations. Connect the platform to internal systems, BI tools or other services.
- ✓ RESTful API with JSON
- ✓ Webhook support for event-driven integration
- ✓ OAuth 2.0 and API key authentication
- ✓ Available from the Professional plan
// Example: Fetch course participants
GET
/api/v1/courses/{id}/participants
// Response
{
"total": 142,
"participants": [...]
}