WebhookInput
Input data for registering a webhook subscription.
input WebhookInput {
email: String
events: [Event]
url: String
}
Fields
WebhookInput.email ● String scalar
Email address for webhook notification. If you provide us with a valid email address, we'll notify you if your endpoint starts returning errors.
WebhookInput.events ● [Event] list enum
Specify which event(s) you are interested in receiving.
WebhookInput.url ● String scalar
The URL of your webhook endpoint.
Member Of
registerWebhook mutation