Solved

Use Webhook with MongoDB functions (nodeJS)

  • 15 September 2022
  • 1 reply
  • 138 views

Badge +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

icon

Best answer by Thomas Anderl 15 September 2022, 14:13

View original

1 reply

Badge +5

I actually solved it myself.

It was

request.body.text()

 

Reply