Best Answer

Matching webhook course_id to course name

  • 31 January 2024
  • 2 replies
  • 29 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 

 

icon

Best answer by Bfarkas 21 February 2024, 02:25

View original

2 replies

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

Userlevel 7
Badge +3

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.

 

Reply