TalentLMS allows you to generate and email a certificate to learners who have completed a course, through notifications.
Note: If you have set up an automated certificate expiration and renewal process for compliance training, note that the notification will only trigger on the first certificate acquisition. |
If you want your learners to download their certification, follow these steps:
1. Sign in to your TalentLMS account as Administrator, go to Home > Events engine and click Add notification (1).
2. Type a Name (2) for your notification in the respective field.
3. From the Event (3) drop-down list, choose “On certificate acquisition” (4)
4. Select the recipient (5).
5. Optionally, you can add a Filter (5) to associate your notification to one or more specific TalentLMS courses (6).
6. In the notification Body text area, do as follows:
- On the first line, type a subject for your notification email (e.g., Certificate of awesomeness), and press Enter to change lines.
- Then, type your notification and ensure that you have included the certification url smart tag (7) (e.g., Congratulations {related_user_first_name}! You recently completed the course "{course_name}. Download your certification from this link {certification_url}").
- Finally, add a footer with some basic notification info (e.g.,This email was sent from {site_url} at {time}).
7. Click Create notification (8) to save your settings.
Note: Anyone with this URL will be able to download the related certification without logging in to TalentLMS. The limit now is 5 downloads per minute. If the URL is used in higher frequency, a related error message should be shown. |
Note: This URL is also available via the TalentLMS API. To be able to see a “download_url” you can use either the call api/v1/users/id:{id} or the call api/v1/getusersbycustomfield/custom_field_value:{value}. This is a private URL and you need to be logged in to the portal to be able to download the certificate from this URL. In addition to this URL, a public URL will also be added, with which you will be able to download the certificates without logging in to the portal first. |