Skip to main content

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

I actually solved it myself.

It was

request.body.text()

 


Reply