Nombaone.WebhookDelivery (Nomba One v0.1.0)

View Source

One attempt-tracked delivery of an event to one endpoint. status is one of pending, succeeded, failed, dead. event_id (nbo…evt) is the dedupe key.

Summary

Types

t()

@type t() :: %Nombaone.WebhookDelivery{
  __raw__: term(),
  attempts: term(),
  created_at: term(),
  domain: term(),
  endpoint_id: term(),
  event_id: term(),
  event_type: term(),
  id: term(),
  last_attempt_at: term(),
  next_attempt_at: term(),
  replay_count: term(),
  replayed_at: term(),
  response_status: term(),
  status: term()
}