Skip to main content
Question

Automate Updating Enrollment Priority

  • September 4, 2026
  • 0 replies
  • 8 views

bjwittman

Hey Docebo Community — Looking to get some assistance with an automation idea.

Essentially, what I’m trying to do is create an automation (likely via Docebo Connect) to update new course and learning plan enrollments to “Required” if the `user_id` and `subscriber_id` are not equal (i.e., mark a course as required if it has been assigned by someone other than the learner).

I have minimal experience using the Connect platform, but am comfortable with other automation-building tools (like Airtable or Power Automate). So far, I’ve been able to get a working test of a “new course enrollment” webhook as a trigger and filter the trigger within Docebo Connect, but I’m unsure how to actually update the enrollment priority (or if there is any other considerations I should be aware of)..

Based on other Community posts I’ve seen, it looks like the ideal API endpoint might be `PUT /learn/v1/enrollments`, though I’m a bit lost on the details of how to actually set that up via Connect.

Also open to other ideas for how to accomplish this. Best practices and suggestions welcome!