Azure Functions allows developers to take action by connecting to data sources or messaging solutions thus making it easy to process and react to events. Developers can leverage Azure Functions to build HTTP-based API endpoints accessible by a wide range of applications, mobile and IoT devices
A timer trigger lets you run a function on a schedule. This is reference information for Azure Functions developers https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer?tabs=csharp
In this Function I tried to Push(POST) data to Webhook Pulled(GET) from a Source.
If you want to push data to Webhook using this code. You may need to open a inbox in Webhook