ReplayWebhookEventPayload
Invoke Webhook Endpoint Payload
union ReplayWebhookEventPayload = ReplayWebhookEventSuccessPayload | WebhookEventLogNotFoundRejection | WebhookSubscriptionNotFoundRejection | InternalErrorRejection | InvalidArgumentRejection
Possible types
ReplayWebhookEventPayload.ReplayWebhookEventSuccessPayload
object
Invoke Webhook Endpoint Success Payload
ReplayWebhookEventPayload.WebhookEventLogNotFoundRejection
object
Rejection returned when Webhook event log id is not found
ReplayWebhookEventPayload.WebhookSubscriptionNotFoundRejection
object
Rejection returned when Webhook Subscription is not found
ReplayWebhookEventPayload.InternalErrorRejection
object
Rejection returned on unexpected server error
ReplayWebhookEventPayload.InvalidArgumentRejection
object
Rejection returned on invalid argument error
Returned By
replayWebhookEvent
mutation