CreateWebhookInput
Input for creating an account webhook
input CreateWebhookInput {
accountUuid: String
url: String!
events: [WebhookEventType!]!
description: String
}
Fields
CreateWebhookInput.accountUuid ● String scalar
Account UUID when authenticating as a user
CreateWebhookInput.url ● String! non-null scalar
HTTPS destination URL
CreateWebhookInput.events ● [WebhookEventType!]! non-null enum
Event subscriptions
CreateWebhookInput.description ● String scalar
Optional description
Member Of
createWebhook mutation