A webhook handler that broadcasts events to a Phoenix.PubSub topic.
Phoenix.PubSub
defmodule MyApp.CodatBroadcaster do use Codat.Webhooks.BroadcastHandler, pubsub: MyApp.PubSub, topic: "codat_events" end