Webhooks are HTTP callbacks that Rhino.fi sends to your application when specific events occur during the bridging process. Instead of continuously polling our API to check for transaction updates, webhooks allow you to receive real-time notifications directly to your server.Think of webhooks as a “push” notification system - when your bridge status changes, Rhino.fi will immediately send a POST request to your specified endpoint with all the relevant details.