Docs
arrow_back Embeddables

Course Card Pulse and above

The Course Card is a single tile that previews a course and opens it in place. Use it when you want to feature a specific course in context without giving over the whole page to it. The example below uses a sample course, with the card opening the full course inline when clicked.

It works well as a dashboard widget pointing to a recipient's next training, a recommendation slot inside a help article, a tile in a wider product layout, or anywhere a single course needs to be promoted alongside other content. It's the most compact way to put one course in front of someone.

API Endpoint

POST/v1/headless/embed/course/card

Body parameters

FieldTypeExampleDescriptionDemo Value
actionvieweditviewDetermines the target action when the card is clicked.
courseIdnumber123
identifierstringyour-user-id
clientIdentifierstringyour-tenant-id
navigatenativeeventnone"native"Controls card click behaviour.
options.fillbooleantrueWhen true, the card fills the iframe. Otherwise, the card is centered at intrinsic size.
TypeEventDescriptionNotes
navigationopenFires when the card is clicked with navigate set to "event".Payload includes url, embeddable, id, and action.

Live Demo