Hi,
I try to setup a slack interaction using n8n but I struggle with the response.
It seem my output is always the input:
Did I miss something ?
Information on your n8n setup
- n8n version: 0.227.1
- Database: sqlite
- n8n EXECUTIONS_PROCESS setting: own, main
- Running n8n via: docker
- Operating system: debian
Hi @loranger, welcome to the community 
This is the expected behaviour - the Respond to Webhook node would simply pass through the items it receives, so you can continue with your workflow afterwards if needed.
The reason you are (probably) also seeing this in response to any request sent to your endpoint is the configuration of your initial Webhook trigger node. You want to change the âRespondâ option to âUsing âRespond to Webhookâ Nodeâ:
Afterwards, your request should be answered as it should:
Hope this helps 
Hi, is this a feature only for premium version? As I am using cloud starter and the respond option seems not to be there
Hey @Keep_Innovations, this should be available for everyone.
Are you perhaps looking at the Respond to Webhook node here rather than the Webhook node itself?
The Respond field is shown on your screenshot - does the dropdown not have the âUsing âRespond to Webhookâ Nodeâ option for you?
I am an idiot, sorry
Just saw it
Ah donât say that, some options are quite well hidden on our nodes 
Glad to hear you found it!
What could cause such an error for the webhooks, suddenly just started after changing the webhook settings?
âNo JSON response\nAuthorization data is wrong!â
Hm, this sounds like a slightly different problem from whatâs described in this thread.
Perhaps you can open a new thread with an example workflow using which your problem can be reproduced and a screenshot of the error?
It actually just started after I turned on the Respond to Webhookâ Node
So I assume this is an error in the tool you are calling your webhook from rather than an error in n8n itself?
My best guess is that your tool is expecting a specific response format that you are not currently sending. But without knowing what your workflow does, or exactly what response your tool expects, it is hard to say. If you could open a new thread and provide all the information necessary to reproduce and understand your problem, thatâd be great.
Done. Already opened it. Its a bit odd as it was working since yesterday. Very strange