Represents the delivery target for a webhook.
Summary
Types
@type t() :: %Chronicle.WebHooks.Target{ authorization: authorization(), headers: %{optional(String.t()) => String.t()}, url: String.t() }
Represents the delivery target for a webhook.
@type t() :: %Chronicle.WebHooks.Target{ authorization: authorization(), headers: %{optional(String.t()) => String.t()}, url: String.t() }