ReplayWebhookEventInput
Input to replay a Webhook event
input ReplayWebhookEventInput {
webhookEventId: ID!
subscriptionId: ID
}
Fields
ReplayWebhookEventInput.webhookEventId ● ID! non-null scalar
The ID of a webhook Event
ReplayWebhookEventInput.subscriptionId ● ID scalar
The ID of the subscription you want the webhook event to be retried on
Member Of
replayWebhookEvent mutation