Documentation

HTTP

Forward matched events to an HTTP endpoint.

Use HTTP delivery when you want to forward events directly to a service.

watermill:
  driver: http
  http:
    mode: base_url
    base_url: https://events.example.com/hooks

Ensure the destination is idempotent and handles retries safely.