View Source DocuSign.Webhook.Handler behaviour (DocuSign v1.2.0)

Webhook handler behaviour.

Summary

Types

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

Callbacks

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