I would like to send certain predetermined notifications based on answers that were given in the form. I see in the docs that you can change the "To" and the "format":
gform_autoresponder_email
Use this filter to dynamically change the TO email for user notifications.
gform_notification_email
Use this filter to dynamically change the TO email for admin notification.
gform_notification_format (new in v. 1.6)
Use this filter to change the notification email format (text or html)
But I can't find where I can change the content of the email. Is there a hook to do this or is there some way to create a notification in php and have that send using GravityForm's functions?
(I realize this requires custom code and have created a method to catch the different answers upon submission)