# `DripDrop.Web`
[🔗](https://github.com/agoodway/dripdrop/blob/v0.1.0/lib/dripdrop/web.ex#L1)

Webhook route helpers for host applications.

Host apps can enumerate provider-declared webhook routes for diagnostics or
mount `DripDrop.Web.WebhookPlug` through the router macro in
`DripDrop.Web.Router`.

# `webhook_routes`

```elixir
@spec webhook_routes() :: [DripDrop.Channel.webhook_route()]
```

Returns webhook routes exposed by active provider adapters.

---

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