WebhookDelivery

  • attempts
    Type: integer
    required

    Number of delivery attempts made so far.

  • channelId
    Type: string
    required
  • createdAt
    Type: integer
    required

    Epoch-ms when the event was ingested.

  • id
    Type: string
    required

    The event id (message id for published, retract_{id} for retracted).

  • status
    Type: string enum
    required
    values
    • pending
    • delivered
    • dropped
  • type
    Type: string enum
    required
    values
    • message.published
    • message.retracted
  • deliveredAt
    Type: integer nullable

    Epoch-ms when the delivery succeeded (null if pending or dropped).

  • lastError
    Type: string nullable

    The last error message (null when delivered on first attempt).

  • nextAttemptAt
    Type: integer nullable

    Epoch-ms of the next scheduled retry (null if delivered or dropped).