A raw audit record of an inbound webhook payload (typically SNS/SES).
Every inbound payload is logged with its processing status so that ingestion failures can be inspected and replayed.
Summary
Functions
Builds a changeset for a webhook log entry.
Returns the list of valid webhook log statuses.
Types
Functions
@spec changeset(t(), map()) :: Ecto.Changeset.t()
Builds a changeset for a webhook log entry.
@spec statuses() :: [String.t()]
Returns the list of valid webhook log statuses.