Hello all,
We’re in the process of automating some integrations for our courses, including some integrations the create/delete “lab” infrastructure. Since there is cost incurred with this lab infrastructure, we’d like to limit the amount of time a user’s enrollment into a lab-connected self-paced course is valid.
I was looking at the “Days of Validity” setting for courses (https://help.docebo.com/hc/en-us/articles/360020126779-Managing-the-Time-Options-for-Courses) and it appears this is a start down the path we’re seeking. However, I don’t see any way to actually leverage this AFTER the user’s enrollment is marked as invalid (i.e. the days of validity have passed). Would the user’s enrollment actually get updated and generate the course.enrollment.updated webhook (shown here: https://help.docebo.com/hc/en-us/articles/360020124479-Webhooks-Events#course_enrollment_updated) and set the user’s enrollment to “Suspended”?
Thanks for any guidance or thoughts on this!