Skip to main content

CreateWebhookInput

No description

input CreateWebhookInput {
active: Boolean
events: [String]
secretKey: String!
stationId: UUID!
url: String!
}

Fields

CreateWebhookInput.active ● Boolean scalar references

CreateWebhookInput.events ● [String] list scalar references

CreateWebhookInput.secretKey ● String! non-null scalar references

Secret key to be used for signing webhook payloads.

This can only be set on create -- it cannot be updated.

CreateWebhookInput.stationId ● UUID! non-null scalar references

CreateWebhookInput.url ● String! non-null scalar references

Member Of

createWebhook mutation