Forum Discussion

Papa's avatar
Papa
Community Member
10 days ago

How are you handling certificate delivery?

Certificate delivery keeps coming up, so I wanted to share the approach I settled on after trying a few and hear how others are doing it.

The recurring problem: a learner finishes a course, and you want them to get a certificate that (a) looks exactly like the slide you designed, (b) lands in their inbox automatically, and (c) is recorded somewhere you can look up later. Native print-to-PDF and LMS certificates got me part of the way, but not all three.

What I ended up building:

  • On the certificate slide, the Send button runs an Execute JavaScript trigger that posts the slide to a small backend endpoint.
  • The backend renders that actual slide, so the PDF is pixel-perfect; no rebuilding the layout server-side and hoping the fonts match.
  • It emails the PDF to the learner over SMTP, and logs every issue to a database with a simple admin dashboard (search, re-send, download).
  • It runs on ordinary cPanel hosting - no monthly third-party service and no per-certificate fees - and one backend serves multiple courses.

How's everyone else handling this native download, LMS-issued certs, Google Sheets/Zapier, a paid service? Curious what's working for you.

I do this kind of Storyline-to-backend integration, so happy to go deeper on any of it if it's useful.

1 Reply

  • Thanks for sharing this, Papa​! If you decide to break down your approach more or share an example course, consider posting it in the Share Examples Hub. These types of posts tend to get more visibility there, making it easier for others to find and learn from them.

    Your post also reminded me of an example that theericacarroll​ shared a few months ago. They came up with a creative solution for generating certificates in Rise that you might find interesting to compare with your approach.