Action: gform_post_process_async_notifications
Allows custom actions to be performed after notifications are sent asynchronously.
Parameters
| Name | Type | Description |
|---|---|---|
| $event | string | The event being processed. |
| $notifications | array | An array containing the IDs of the notifications being processed. |
| $form | array | The form being processed. |
| $entry | array | The entry being processed. |
| $data | array | An array of data which can be used in the notifications via the generic {object:property} merge tag. Defaults to empty array. |
Since
Source
Defined in includes/async/class-gf-notifications-processor.php at line 103