Types > WebhookEventStatus
Commerce APITypesWebhookEventStatus
WebhookEventStatus

Description

Fields

attempt_count: Int!

Number of attempts made for this webhook

Example: 2


attempted_at: String!

Date and time when last webhook event send attempt was made

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


event: WebhookEvent

Webhook event this status originates from

Expandable

Permission bit: "webhook_events.read"


last_attempt_outcome: WebhookAttemptOutcome!

What happened on last attempt

Example: "unsuccessful_http_response"


webhook: Webhook

Webhook an attempt to send this event is made through

Expandable

Permission bit: "webhooks.read"


Used By

Types

WebhookEvent, WebhookEventStatusPage

Preview (typescript)

Loading module