[Forminator Pro] Need to allow custom HTML in email notification body

I have a form that sends an email notification to my ticketing system, and I need to include a bit of custom HTML in the email body so it gets routed to the correct user according to a field input. It will always send to the same email address, so the email routing feature won’t work for this.

However, the plugin uses wp_kses_post to escape the html body and my custom tags get stripped out.

Is there any way this can be done using a filter perhaps?