Below are the event state machine and a description of the related statuses.
Statuses
Status | Description |
---|---|
created | The event has been created. |
delivered | The event has been sent and successfully delivered to the configured webhook(s). A 2xx HTTP status code is expected. |
pending_retry | The 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 strategy. The maximum duration of the back-off strategy is ~2.8 hours. |
failed | The event is set to failed status after 5 unsuccessful deliveries. |
archived | The 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. |