Filter: gravityflow_response_message_webhook
Allow the message logged to the timeline following webhook step to be modified
Parameters
| Name | Type | Description |
|---|---|---|
| $http_response_message | string | The status message derived from webhook response. |
| $step_status | string | The step status derived from webhook response. |
| $response | array | The response returned from webhook. |
| $args | array | The arguments used for executing the webhook request. |
| $entry | array | The current entry. |
| $this | \Gravity_Flow_Step | The current step. |
Source
Defined in includes/steps/class-step-webhook.php at line 858