All Collections
Tines FAQ
Building Stories
How do I send the body of a webhook request as a response?
How do I send the body of a webhook request as a response?
Daniel Stoeski avatar
Written by Daniel Stoeski
Updated over a week ago

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!

Did this answer your question?