Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.04 KB

File metadata and controls

22 lines (14 loc) · 1.04 KB

WebhookEventLog

The webhook event log.

Properties

Name Type Description Notes
id UUID The event log ID.
createdTimestamp Long The time when the event was triggered, in Unix timestamp format (milliseconds). - The value remains unchanged across retries. - The default webhook timeout is 2 seconds.
requestHeaders Object The request headers of the webhook event.
requestBody WebhookEvent
responseBody String The response body of the webhook event. [optional]
responseStatusCode Integer The response status code of the webhook event. [optional]
responseTime Integer The response time of the webhook event, in milliseconds. [optional]
success Boolean Whether the webhook event has been successfully delivered.
failureReason String The reason why the webhook event fails to be delivered. [optional]