Skip to content

Webhooks allow applications to subscribe to Moodle events.

License

Notifications You must be signed in to change notification settings

DigiDago/moodle-webhooks

 
 

Repository files navigation

Moodle WebHook's

GitHub Release Build Status Codacy Badge Gitter Badge

Adding Webhooks to Moodle. The Webhooks feature allows applications to receive real-time notification of changes to certain data.

Using Webhooks, your application will be able to receive notifications of changes to selected topics and their fields. Because of this, you do not have to rely on continuous or even periodic requests to check for updates. Notifications about Webhooks updates are sent as POST requests to the callback URL you specified. Notifications can indicate the very fact of a field change or include a new value.

Features:

  • Use any number of services for notification;
  • Customizing each external service;
  • Interception of all events in the Moodle system;
  • Use a secret phrase to authenticate requests;
  • JSON - Format of outgoing data;

Documentation

License

GNU Banner

GNU GPLv3. Copyright (c) Valentin Popov.

About

Webhooks allow applications to subscribe to Moodle events.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.2%
  • Shell 0.8%