added rawBody

This commit is contained in:
Ricardo Espinoza 2019-12-21 12:19:15 -05:00
parent e0752b861d
commit 700ca5c85a

View file

@ -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)