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(),
|
||||
headers,
|
||||
query: this.getQueryData(),
|
||||
// @ts-ignore
|
||||
rawBody: req.rawBody,
|
||||
}
|
||||
);
|
||||
|
||||
return {
|
||||
workflowData: [
|
||||
this.helpers.returnJsonArray(returnData)
|
||||
|
||||
Reference in New Issue
Block a user