Event lifecycle

Statuses

StatusDescription
createdEvent has been created.
deliveredEvent has been sent and successfully delivered to the configured webhook(s). A 2xx HTTP status code is expected.
pending_retryEvent has been sent to the configured webhook(s), but at least one delivery was not successful, due to an HTTP status code different from 2xx or no response at all.
The event will be re-sent up to 5 times, using an exponential back-off strategy. The maximum duration of the back-off strategy is ~2.8 hours.
failedEvent is set to failed status after 5 unsuccessful deliveries. It can be retried via the API or manually from the dashboard. Learn more here.
archivedEvent is automatically archived if no webhook is configured for this event topic or type.
Like all events, archived events can be manually retrieved using the Numeral API.

State machine