Action: gform_post_send_entry_note
Fires after a note is attached to an entry and sent as an email
Parameters
| Name | Type | Description |
|---|---|---|
| $result | string | The Error message or success message when the entry note is sent |
| $email_to | string | The email address to send the entry note to |
| $email_from | string | The email address from which the email is sent from |
| $email_subject | string | The subject of the email that is sent |
| $body | mixed | The Full body of the email containing the message after the note is sent |
| $form | array | The current form object |
| $lead | array | The Current lead object |
Source
Defined in entry_detail.php at line 430