Where to find/implement 'Webhooks' in Gibbon.

Hi,
Can you please tell me where can I find documentation for implementing ‘webhooks’ in Gibbon. I have some requirement while fetching or persisting data. I have found discussions in the community forum regarding the same but was unable to find it. Thanks in advance!

Hi zoheb,

If by webhooks you mean the same thing that I think you mean, then the documentation page below, which has a reference on “Module Hooks” might be of use to you:

https://docs.gibbonedu.org/developers/getting-started/module-development/

In this case, by hook, I mean spot where a module can connect into the core and inject some content into an interface, without having to recode the interface.

Hope this helps!

Ross