I did register the webhook as seen below here but with no result
// Gets called when module gets installed public function install() { // Register actionEmailSendBefore hook return parent::install() && $this->registerHook("actionEmailSendBefore"); }
Hmm, gonna look into Hook::exec! Also i see online everywhere "hook" before public funtion hookhere.