Respond to Webhook Output, Not Showing Data in Response Body

Expecting the respond to webhook node, to show the “Response body” content. It is showing correct in the preview just below.

However, the output, is showing just the full previous input node (just before the webhook), regardless.

Why is this happening?

It’s important to distinguish between the Webhook Response and Workflow data.

The Workflow can continue after the Respond to Webhook node. In the UI, you can see the data that is available in the workflow.

When you call the Webhook endpoint, the Webhook will respond with the data defined in the Response Body , even if the Workflow data shows something different.

Make sure that your Webhook node which kicks off this workflow is set to Respond to Webhook.

PS: Since you can have multiple Webhooks in a single workflow, make sure it is the webhook connected to the respond node

I faced the same issue, thanks Franz for clarifying this!