mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
added rawBody
This commit is contained in:
@@ -296,9 +296,10 @@ export class Webhook implements INodeType {
|
|||||||
body: this.getBodyData(),
|
body: this.getBodyData(),
|
||||||
headers,
|
headers,
|
||||||
query: this.getQueryData(),
|
query: this.getQueryData(),
|
||||||
|
// @ts-ignore
|
||||||
|
rawBody: req.rawBody,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
workflowData: [
|
workflowData: [
|
||||||
this.helpers.returnJsonArray(returnData)
|
this.helpers.returnJsonArray(returnData)
|
||||||
|
|||||||
Reference in New Issue
Block a user