We are using the Web Logic Hooks functionality in case of two modules of ours.
During the development of an internal tool which is using the SugarCRM REST API as well, we decided to use the same Web Logic Hooks functionality, but instead of an already defined module we wanted to use it for a custom module made by the Sugar Studio/ Module builder feature.
We had some experiments and we've realised that the configured endpoint is not called.
I've looked over the documentation and I've found this page:
https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_10.2/Architecture/Module_Builder/#Adding_Custom_Logic_Using_Code
Which says that a custom module might need some additional coding and configuration if we would like to enable Web Logic Hooks feature, but it's not 100% clear to me what needs to be done from our side.
My question is, what should we do in order to work with a module made by Sugar Studio/ Module builder feature and Web Logic Hooks functionality together? How could we reach a point where we can listen to an after_save event with a module made by Sugar Studio/ Module builder feature?
Has someone experiments with defining WEb Logic Hooks for a customer module?
BR