1. Visit the creator platform On your Phone/Tablet and on Desktop/Laptop and Login.
- Navigate to the webhook page under settings.

- Enter a url that can receive POST events.
- Enter a verification token.
- Then save the details

- To trigger a course completion event, a learner will head over to the learner app and complete a course to 100%..

- Navigate to the url you entered in your webhook.
- Wait for around 10 to 15 minutes for the event to be triggered since it has to aggregate all completion scores on the platform.
- You should see a payload with the following fields once the webhook is invoked.
{ “course_id”: 0,- “progress”: 0,
- “course_name”: “”,
- “course_description”: “”,
- “learner_email”: “”,
- “learner_firstname”: “”,
- “learner_lastname”: “” }

Events Supported
- Course Completion.