Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Adobe Learning Manager Webhooks API

Webhooks API for Adobe Learning Manager that enables real-time event notifications for learner activities, course completions, enrollments, and other learning management events.

This event API exposes 13 operations across 13 channels, and defines 29 schemas. It is described by AsyncAPI 2.6.0, at version 1.0.

The API connects through a single server, {webhookUrl} (https).

13 operations 13 channels 29 schemas

Metadata

The identity and technical contract details declared by the specification.

Specification
AsyncAPI 2.6.0
API Version
1.0
Server
{webhookUrl} (https)
Resource Areas
1

Channels & Operations 13

Across 13 channels, the API surfaces 13 operations. Each is listed below with its action, channel, parameters, and response codes.

Channels 13
SUB
/learner-enrollment
Learner enrollment event
onLearnerEnrollment body
SUB
/learner-completion
Learner completion event
onLearnerCompletion body
SUB
/learner-progress
Learner progress update event
onLearnerProgress body
SUB
/learner-unenrollment
Learner unenrollment event
onLearnerUnenrollment body
SUB
/course-created
Course creation event
onCourseCreated body
SUB
/course-updated
Course update event
onCourseUpdated body
SUB
/badge-awarded
Badge awarded event
onBadgeAwarded body
SUB
/certification-completed
Certification completion event
onCertificationCompleted body
SUB
/skill-achieved
Skill achievement event
onSkillAchieved body
SUB
/user-created
User creation event
onUserCreated body
SUB
/user-updated
User update event
onUserUpdated body
SUB
/user-deleted
User deletion event
onUserDeleted body
SUB
/job-completed
Job completion event
onJobCompleted body

Messages & Schemas 29

The contract defines 29 schemas that model the data carried by its messages. The most detailed are WebhookEventBase (5 properties), LearningObjectReference (4 properties), LearnerReference (3 properties). Each schema is shown below with its type and property counts.

LearnerEnrollmentEvent
message
Notification when a learner enrolls in a learning object
LearnerCompletionEvent
message
Notification when a learner completes a learning object
LearnerProgressEvent
message
Notification when learner progress is updated
LearnerUnenrollmentEvent
message
Notification when a learner is unenrolled
CourseCreatedEvent
message
Notification when a new course is created
CourseUpdatedEvent
message
Notification when a course is updated
BadgeAwardedEvent
message
Notification when a badge is awarded to a learner
CertificationCompletedEvent
message
Notification when a learner completes a certification
SkillAchievedEvent
message
Notification when a learner achieves a new skill level
UserCreatedEvent
message
Notification when a new user is created
UserUpdatedEvent
message
Notification when a user is updated
UserDeletedEvent
message
Notification when a user is deleted
JobCompletedEvent
message
Notification when a bulk job completes
WebhookEventBase
object
Base schema for all webhook event payloads
5 properties 4 required
LearnerReference
object
Reference to a learner involved in an event
3 properties
LearningObjectReference
object
Reference to a learning object involved in an event
4 properties
LearnerEnrollmentPayload
object
LearnerCompletionPayload
object
LearnerProgressPayload
object
LearnerUnenrollmentPayload
object
CourseCreatedPayload
object
CourseUpdatedPayload
object
BadgeAwardedPayload
object
CertificationCompletedPayload
object
SkillAchievedPayload
object
UserCreatedPayload
object
UserUpdatedPayload
object
UserDeletedPayload
object
JobCompletedPayload
object

Specification

The full machine-readable AsyncAPI contract behind this narrative.

Source

adobe-captivate-learning-manager-webhooks-asyncapi.yml Raw ↑