I have an application that should be updated every time a certain event occurs in Azure IOT Hub. For this, azure uses webhooks and I need to enter a callback URL.
I am new to webhooks and reading into the implementation. If I understand correctly, the Azure IOT Hub is the webhook producer and my application is the webhook consumer.
Now, I'm able to find a lot of information on webhook producers but it's not clear to me what are the requirements on implementation of the webhook consumer. I have already created a classic Rest endpoint that should be called. Is this enough or should I follow a specific implementation protocol?