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