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

Webhook handler behaviour.

Summary

Types

error_reason()

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

Callbacks

handle_webhook(map)

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