Types
WebhookDeliveryAttempt
object
WebhookDeliveryAttemptFields
id
ID!
webhookTargetId
ID!
The ID of the webhook target this delivery was made to.
publicEventId
ID!
The ID of the public event that was delivered. Pass this to publicEventRequestBody to retrieve the exact payload that was sent.
publicEventEventType
String!
The event type identifier of the delivered event (e.g. 'thread.thread_created').
attemptedAt
When Plain attempted to deliver the event.
durationInMilliseconds
Int!
How long the delivery attempt took, in milliseconds.
result
The outcome of the delivery attempt — one of a successful response, failed HTTP response, network error, rejection, or schema validation failure.

