Events, Deliveries, and Attempts
Praeto Dispatcher separates webhook delivery into three records.Event
An event is the publisher-side object accepted by Praeto.event_id, tenant_id, event_type, payload, idempotency_key, payload_hash, and created_at.
Delivery
A delivery is the planned delivery of one event to one endpoint. One event can create many deliveries if multiple endpoints subscribe to the event type. Delivery statuses includepending, delivered, failed, and dead_lettered.