Including name of form in Workflow Notification

Does anyone know the liquid code to use to display the “name of the form” in the email Workflow Notification when a form is submitted?

I think this should work:
{{this.formSubmissionData.form_name}}

From docs:
https://docs.treepl.co/documentation_group/liquid/formsubmissiondata-object

Fantastic @Adam.Wilson! I knew how to parse System and Custom fields but didn’t know how to call the over-arching form information. This worked perfectly. Thank you so much.