Is Websocket server-to-server communication possible?

Server-to-server WebSocket communication is commonly used in various scenarios, including microservices architecture, real-time data synchronization between distributed systems, and communication between components of a larger system.
Wanted to Know if there is any way this can be achieved with a Third Party Webhook.

That’s possible but currently requires custom extensions and routes. It’s not too difficult to configure though.