Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/plugin/externalnotificationconnect
NicoDucou ed4382a7a4 plugin: externalnotificationconnect add french translation - refs BT#20443 3 years ago
..
lang plugin: externalnotificationconnect add french translation - refs BT#20443 3 years ago
src
README.md plugin: externalnotificationconnect: adding information to the README file -refs BT#20443 3 years ago
install.php
plugin.php
uninstall.php

README.md

External Notification Connect

Activate external notification system, that will send notificatin to an external REST webservice on specific Chamilo's action. For the moment it will send notification on :

  • LearningPath creation (Chamilo LP or Scorm import)
  • Portfolio post creation, deletion or edition

For creation notification it will send :

  • user_id : id of the user creating the item
  • content_id : internal Chamilo id of the item created
  • content_url : URL to see the content
  • content_title : title of the item
  • course_code : code of the course in Chamilo in which the item as been created
  • content_type : 'eportfolio' or 'lp'

For edition and deletion it will send :

  • content_id : internal Chamilo id of the item
  • content_type : 'eportfolio' or 'lp'