Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 970 Bytes

WebhookEvent.md

File metadata and controls

16 lines (12 loc) · 970 Bytes

CoboWaas2.WebhookEvent

Properties

Name Type Description Notes
event_id String The event ID. [optional]
url String The webhook endpoint URL.
created_timestamp Number The time when the event occurred, in Unix timestamp format, measured in milliseconds.
type WebhookEventType
data WebhookEventData
status WebhookEventStatus [optional]
next_retry_timestamp Number 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]
retries_left Number The number of retries left. This field is only present if the event status is `Retrying`. [optional]