# `DocuSign.Webhook.Handler`
[🔗](https://github.com/neilberkman/docusign_elixir/blob/v3.4.0/lib/docusign/webhook/handler.ex#L1)

Webhook handler behaviour.

# `error_reason`

```elixir
@type error_reason() :: binary() | atom()
```

# `handle_webhook`

```elixir
@callback handle_webhook(map()) :: :ok | {:ok, any()} | :error | {:error, error_reason()}
```

---

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