groundhogg/email_notification/run/before
This hook is used to add custom code before an email notification sends to a customer.
do_action( 'groundhogg/email_notification/run/before', $this, $contact, $event );
This hook provides three objects to work with: object of email_notification class, Contact class object, and object of the event class.