Webhook receiving

I want to make a sketch to an esp8266 or esp32 to receive a webhook from "the things stack" with temperature and humidity from a lorawan device.
I suppose that I need a web server running in the esp8266/32, witch is simple because there is a lot of examples for that. My problem is to program a listener for the webhook sended by TTS. I can not find any example for this.
Can anyone help me with this?
His there any similar project?
I am looking for days, and I only found examples sending webhooks from arduino, and nothing explaining how to receive a webhook on arduino.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.