Page view does not cause web hook event to fire.

Issue #36 new
Chris Swinney created an issue

We have some interesting integrations whereby we use webhooks (https://moodle.org/plugins/local_webhooks) to fire an event when something happens, such as a user clicks on a page to view it. E.g. :

https://docs.moodle.org/dev/Events_API#Existing_events

mod_page\event\course_module_instance_list_viewed

mod_page\event\course_module_viewed

When we switch to Tiles format, and the user clicks on the same page link, the event is not triggered, which breaks all integrations. I don't mind using another event, but I’m not sure what event will fire with what actions.

Comments (0)

  1. Log in to comment