Stud.IP  5.4
Notifications

Enrolling in a course triggers a CourseDidEnroll notification. The course's ID is transmitted as subject of the notification.

Adding or removing a course to a group triggers a CourseDidAddToGroup or CourseDidRemoveFromGroup notification. The parent and the child course IDs are transmitted as subjects of the notification.

Creating a new studygroup triggers a StudygroupDidCreate notification. The ID of the studygroup is transmitted as subject of the notification.

Enabling or disabling a plugin triggers a PluginDidEnable or respectively PluginDidDisable notification. The plugin's ID is transmitted as subject of the notification.

Logging in triggers a UserDidLogin notification. The user's ID is transmitted as subject of the notification.