WebhookDelivery
Webhook delivery details.
- attemptType: integer | string
Count Pattern: ^-?(?:0|[1-9]\d*)$Format: int32Number of delivery attempts made.
- createdType: stringFormat: date-time
Utc When the delivery record was created.
- deliveredType: null | stringFormat: date-time
Utc When the delivery was successfully completed.
- eventType: string
Id Event ID for idempotency.
- eventType: string
Type Type of event (e.g., contact.created).
- idType: string
Unique identifier for the delivery.
- lastType: null | stringFormat: date-time
Attempt Utc When the last delivery attempt was made.
- lastType: null | integer | string
Duration Ms Pattern: ^-?(?:0|[1-9]\d*)$Format: int32Duration of the last attempt in milliseconds.
- lastType: null | string
Error Error message from the last failed attempt.
- lastType: null | integer | string
Status Code Pattern: ^-?(?:0|[1-9]\d*)$Format: int32HTTP status code from the last attempt.
- statusType: string
Delivery status: pending, delivered, failed, exhausted.