When a request is made to a webhook action, the default response message is "Ok".
In some instances, you may need to change the response and send the body of the request instead. Here's how:
First, add the response
option to the webhook action:
Then just add a value pill referencing the body of the webhook action by using <<body>>
, like this:
And you're done!