Skip to content

WebhookDelivery object

Record of a webhook delivery attempt (simulated — no actual HTTP requests)

FieldTypeDescription
idinteger (int32)Delivery identifier
webhookIdinteger (int32)Associated webhook ID
eventstringTriggering event
resourcestringResource type
resourceIdinteger (int32)Resource ID
urlstring (uri)Webhook endpoint URL
payloadobjectPayload sent to webhook endpoints
successbooleanDelivery succeeded
statusCodeinteger (int32)Simulated HTTP status
durationinteger (int32)Simulated duration in ms
createdAtstring (date-time)

Released under the MIT License.