Skip to main content

Filter: gravityflow_entry_{$this->get_type()}_response_mapping

Allow the entry to be modified during the response mapping of the webhook step.

Parameters

NameTypeDescription
$entryarrayThe entry currently being processed.
$mappingarrayThe mapping currently being processed.
$dataarrayThe response headers or body data.
$this\Gravity_Flow_StepThe current step.
$mapping_typestringThe mapping type: header or body.

Since

  • 2.2.4-dev
  • 2.9.7: Added the $mapping_type param.
  • 2.9.10: Moved from Gravity_Flow_Step_Webhook::add_mapping_to_entry() and added support for the Salesforce.

Source

Defined in includes/steps/traits/trait-response-mapping.php at line 352