Events

Below are the event state machine and a description of the related statuses.

Statuses

StatusDescription
createdThe event has been created.
deliveredThe event has been sent and successfully delivered to the configured webhook(s). A 2xx HTTP status code is expected.
pending_retryThe event 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.
failedThe event is set to failed status after 5 unsuccessful deliveries.
archivedThe event is automatically archived in case no webhook is configured for this event.

Like all events, archived events can be manually retrieved using the Numeral API.

State machine

7896