# `Codat.Webhooks.BroadcastHandler`
[🔗](https://github.com/iamkanishka/codat.git/blob/v1.0.0/lib/codat/webhooks/handler.ex#L81)

A webhook handler that broadcasts events to a `Phoenix.PubSub` topic.

## Usage

    defmodule MyApp.CodatBroadcaster do
      use Codat.Webhooks.BroadcastHandler,
        pubsub: MyApp.PubSub,
        topic: "codat_events"
    end

---

*Consult [api-reference.md](api-reference.md) for complete listing*
