moodle-webhooks
moodle-webhooks copied to clipboard
Expand response
Hi, is it possibile to expand the json response from webhook? For example course_created has only name and id, is it possibile to have start date and end date too?
There will be infinite requests to add more data fields to each of the webhooks.
Let's find a way to see what is a reasonable and standard approach for this.
We will need to see which data is actually captured in the event itself. Perhaps that should be the standard of what is sent through the web hook.