Skip to main content
Question

Webhooks and Test Scores

  • August 25, 2025
  • 2 replies
  • 47 views

I currently have a webhook setup to trigger whenever a user completes a course. I wrote a cloud function that is accurately receiving the JSON but the issue is that I do not see the user score in the JSON payload. Does anyone know how to pull the user score using webhooks or other APIs?

2 replies

Forum|alt.badge.img+1

@jpizano have you looked from the Docebo API browser if you can get that from here?


Forum|alt.badge.img+1
  • August 26, 2025

By default webhook payloads are light to keep performance up. You can enable extra data in the payloads by reaching out to the help desk, although I’m not certain what extra data or if the score would be included. Check out Enabling Extra Data in Webhooks. Otherwise, depending on the volume of course completions your platform sees, consider an alternate route and pull this data in batches via API or native reporting to increase performance.