A Django application for edX enterprises to integrate with third-party systems (e.g., Blackboard, Canvas, Cornerstone, Degreed, Moodle, SAP SuccessFactors) via API, transmitting learner data. Version 0.1.57 is current; release cadence is irregular (multiple releases per month).
pip install enterprise-integrated-channelsVerified import paths — ran on the pinned version, not inferred.
Basic usage to transmit learner data for a configured enterprise customer.
Review release notes for v0.1.51 and v0.1.54; update your integration code if you use Cornerstone or Skillsoft.
Run `python manage.py migrate integrated_channels` after upgrading.
Use Python 3.11+ and ensure your environment meets the requirement.
Follow the edX enterprise integration guide; ensure Django settings include 'integrated_channels' in INSTALLED_APPS.