[NEW] Body of the payload on an incoming webhook is included on the request object (#10259)

pull/10358/head^2
Pierre H. Lehnen 8 years ago committed by Bradley Hilton
parent 5091f173af
commit 62f6b77f2b
  1. 1
      packages/rocketchat-integrations/server/api/api.js

@ -223,6 +223,7 @@ function executeIntegrationRest() {
content: this.bodyParams,
content_raw,
headers: this.request.headers,
body: this.request.body,
user: {
_id: this.user._id,
name: this.user.name,

Loading…
Cancel
Save