In this article

filter

jetpack_forms_before_webhook_request

Filters the form data before sending it to the webhook. Allows developers to modify or augment the form data before it’s sent to the webhook endpoint. NOTE: data has to be the first argument so it can be defaulted.

Parameters

$form_data
array

The form data to be sent (field IDs as keys, values as values).

$webhook_id
string

The unique identifier for this webhook.

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.