Filter: gravityflow_entry_{$this->get_type()}_response_mapping
Allow the entry to be modified during the response mapping of the webhook step.
Parameters
| Name | Type | Description |
|---|---|---|
| $entry | array | The entry currently being processed. |
| $mapping | array | The mapping currently being processed. |
| $data | array | The response headers or body data. |
| $this | \Gravity_Flow_Step | The current step. |
| $mapping_type | string | The 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