Webhooks are considered asynchronous in nature. This is because no
specific response is expected from your server other than a confirmation
of receipt. Developers just starting out with webhooks will often set up
their handlers in a very simple way: ...