Setting up Webhooks from Moodle to Wicket

Ryan Knuth
Ryan Knuth
  • Updated

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:

    1. Go to the "WebHooks" page located under the “Server” sub-menu in the Site Administration section (/local/webhooks/index.php).

      moodle-webhooks.png
    2. Click the “Add service” button.

      moodle-add-service.png

    3. 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

    4. Click "Save Changes."

The Webhooks for the Moodle to Wicket integration are now configured.

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Article is closed for comments.