Skip to main content
Best Answer

Matching webhook course_id to course name

  • January 31, 2024
  • 3 replies
  • 77 views

Hi all

 

I have a webhook for Learner Completed Course, its firing for every course completion but the course_id in the payload does not match course_id in the course catalog.

Payload Course Id : course_id :21

But I cant find any course with an id of 21.  In fact for all the triggered events there is a numeric id.  Im sure I am looking in the wrong place, can anyone point me to where I can find the course id?

(I am avoiding the API and would prefer to export the list from the admin console if possible)

Thank you 

 

Best answer by Bfarkas

You got to the better bulk answer, but just in case, you might want to check out this article that explains the Docebo ID for various types of items and how you can find them in the UI/browser often. Comes in handy for reference. The API’s (and webhooks) all rely on these types of ID’s over the other kinds around the LMS, so you can always get them via the API browser fairly easily too if needed.

 

3 replies

  • Author
  • Newcomer
  • 1 reply
  • January 31, 2024

I managed to answer my own question!  Its available from the course dashboard export


Bfarkas
Hero III
Forum|alt.badge.img+6
  • Hero III
  • 3593 replies
  • Answer
  • February 21, 2024

You got to the better bulk answer, but just in case, you might want to check out this article that explains the Docebo ID for various types of items and how you can find them in the UI/browser often. Comes in handy for reference. The API’s (and webhooks) all rely on these types of ID’s over the other kinds around the LMS, so you can always get them via the API browser fairly easily too if needed.

 


  • Novice II
  • 5 replies
  • December 18, 2024

Hello, 

Sorry to barge in, but I cannot find this wehbook in the list - did you have something special activated or does it come with the expensive Docebo Connect option?