Skip to main content
Answer

Use Webhook with MongoDB functions (nodeJS)

  • September 15, 2022
  • 1 reply
  • 260 views

Forum|alt.badge.img+5

I am using Webhooks to communicate with my MongoDB functions which is based on nodeJS.

Now I have following problem:

I do not know how to parse the data correctly. The payload arrives as object binary and I am unsure how to get the data out of it.

 

Best regards

Thomas

Best answer by Thomas Anderl

I actually solved it myself.

It was

request.body.text()

 

This post has been closed for comments

1 reply

Forum|alt.badge.img+5
  • Author
  • Helper
  • Answer
  • September 15, 2022

I actually solved it myself.

It was

request.body.text()