A webhook-delivery is the object that represents the job to send an event to a webhook-endpoint. It will lead to one or more webhook-delivery-attempt.
Reference to an (webhook-)event resource.
Examples:
{
"id": "2455623",
"type": "employee.created",
"url": "https://example.ilucca.net/lucca-api/events/2455623"
}
Reference to a webhook-endpoint resource.
Uniquely identifies the webhook-delivery.
Allowed value:
"webhook-delivery"
Timestamp of the next planned webhook-delivery-attempt (UTC).
Number of times this event has been attempted to be delivered.
Required range:
x >= 0
Examples:
2
Indicates whether the event has been delivered or not.
Available options:
delivered
, undelivered
, failed