Respond to Webhook¶
Node: respondToWebhook · Full type: n8n-nodes-base.respondToWebhook · Version: 1.5
Credentials¶
jwtAuth (alias: @jwt)
Parameters¶
| Parameter | Type | Default | Details |
|---|---|---|---|
enableResponseOutput |
boolean | false | |
respondWith |
options | "firstIncomingItem" | allIncomingItems, binary, firstIncomingItem, json, jwt, noData, redirect, text |
redirectURL |
string | "" | required |
responseBody |
json | "{ | |
| "myField": "value" | |||
| }" | |||
payload |
json | "{ | |
| "myField": "value" | |||
| }" | |||
responseDataSource |
options | "automatically" | automatically, set |
inputFieldName |
string | "data" | required |
options |
collection | {} | keys: responseCode, responseHeaders, responseKey, enableStreaming |
options children:
| Parameter | Type | Default | Details |
|---|---|---|---|
responseCode |
number | 200 | |
responseHeaders |
fixedCollection | {} | groups: entries |
responseKey |
string | "" | |
enableStreaming |
boolean | true |