For Webhooks, Moodle integration requires the plugin “WebHooks” to be installed from the Moodle Plugins Directory. Once it’s installed, configure it following these steps:
- Go to the "WebHooks" page located under the “Server” sub-menu in the Site Administration section (/local/webhooks/index.php).
- Click the “Add service” button.
- Enter the following fields:
- Name: No specific name is required, so enter a Name that is descriptive of this configuration
- URL: Use the Wicket URL for Moodle’s webhooks: https://{Wicket API URL}/hooks/moodle
- Token: Use Wicket’s Moodle authentication token. You’ll find this token at the bottom of the configuration page of the Moodle integration in Wicket.
- Events: Select the events that will be tracked in Wicket as touchpoints:
- \core\event\course_completed
- \core\event\user_enrolment_created
- \core\event\user_updated
- Click "Save Changes."
The Webhooks for the Moodle to Wicket integration are now configured.
Comments
0 comments
Article is closed for comments.