WebhookDelivery
Single delivery attempt log entry
type WebhookDelivery {
uuid: String!
eventType: String!
statusCode: Int
errorMessage: String
durationMs: Int
success: Boolean!
attempts: Int!
createdAt: Date!
}
Fields
WebhookDelivery.uuid ● String! non-null scalar
Delivery UUID
WebhookDelivery.eventType ● String! non-null scalar
Event type identifier (e.g., contact.created)
WebhookDelivery.statusCode ● Int scalar
HTTP status code returned by destination
WebhookDelivery.errorMessage ● String scalar
Error details for failed calls
WebhookDelivery.durationMs ● Int scalar
Round-trip time in milliseconds
WebhookDelivery.success ● Boolean! non-null scalar
Whether delivery attempt succeeded
WebhookDelivery.attempts ● Int! non-null scalar
Attempt number
WebhookDelivery.createdAt ● Date! non-null scalar
Delivery creation timestamp
Member Of
Account object