wpwhpro/admin/webhooks/webhook_trigger_sent
Description:
This action fires as soon as a trigger was successfully sent.
Parameter | Type | Description |
---|---|---|
$response | array | An array ov the response data from the url that the webhook was sent to |
$url | string | The URL the trigger is sent to |
$http_args | array | The arguments that are sent via the webhook |
$webhook | array | The webhook data of the currently present webhook |
do_action( 'wpwhpro/admin/webhooks/webhook_trigger_sent', $response, $url, $http_args, $webhook );