Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.02 KB

File metadata and controls

21 lines (13 loc) · 1.02 KB

WebhookEvent

The webhook event payload.

Properties

Name Type Description Notes
eventId UUID The event ID. [optional]
url String The webhook endpoint URL.
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.
type WebhookEventType
data WebhookEventData
status WebhookEventStatus [optional]
nextRetryTimestamp Long The timestamp indicating the next scheduled retry to deliver this event, in Unix timestamp format, measured in milliseconds. This field is only present if the event status is `Retrying`. [optional]
retriesLeft Integer The number of retries left. This field is only present if the event status is `Retrying`. [optional]