Simulate background processes using webhooks. Delay execution, bind to endpoints and monitor execution.
About
There are many uses for webhooks. The main feature of such requests is background execution. You can simulate background tasks (set to defer execution).
You can execute webhooks manually or bind them to one of the endpoints (when a request is made for this endpoint, the webhook will be queued for execution).