feat(WebhookHelpers.ts, Webhook.node.ts): no body response for webhook
no body response for webhook response. This may be helpful if certain services require that a response doesn't have a body
This commit is contained in:
@@ -165,6 +165,11 @@ export class Webhook implements INodeType {
|
||||
value: 'responseNode',
|
||||
description: 'Response defined in that node',
|
||||
},
|
||||
{
|
||||
name: 'No Body Response',
|
||||
value: 'noBodyResponse',
|
||||
description: 'Returns data without a body',
|
||||
},
|
||||
],
|
||||
default: 'onReceived',
|
||||
description: 'When and how to respond to the webhook.',
|
||||
|
||||
Reference in New Issue
Block a user