Webhook Dispatch the Elixir Way

As part of Frame.io’s launch of it’s API, we’ve recently added webhook support. Since we already use GenStage as an event bus broadcasting to many heterogenous event consumers for all mutations in the system, webhooks were in the simplest sense just the addition of another…