Skip to content

Commit

Permalink
[NEW] Body of the payload on an incoming webhook is included on the r…
Browse files Browse the repository at this point in the history
…equest object (#10259)
  • Loading branch information
Hudell authored and graywolf336 committed Apr 18, 2018
1 parent 5091f17 commit 62f6b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rocketchat-integrations/server/api/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 62f6b77

Please sign in to comment.