Type Alias: WebhookDeliveryStatusEventData
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Webhook event ID |
eventType | string | Yes | The domain event type that triggered the webhook (example: "message.created") |
status | "pending" | "delivered" | "failed" | Yes | Delivery status |
attemptsCount | number | Yes | Number of delivery attempts so far |
lastError | string | No | Last delivery error message, if any |
projectId | string | No | Project/app ID the webhook event belongs to |
Defined in
4Players/cortex-typescript-sdk/src/realtime/events.ts:80