Where the client sends a request and then waits for the server to respond with a webhook URL. Webhooks can be made idempotent using unique identifiers.

  • Queues can be used to manage incoming webhooks responses
  • Having fall-back [polling](2501110000#HTTP Polling) measures can improve fault-tolerance

Not useful for real-time communication! Use websockets