Skip to main content

Webhook

No description

type Webhook {
webhookId: Long!
processId: Long!
nodeName: String!
path: String!
hasApiKey: Boolean!
isWebhookTrigger: Boolean!
}

Fields

Webhook.webhookId ● Long! non-null scalar

Webhook.processId ● Long! non-null scalar

Webhook.nodeName ● String! non-null scalar

Webhook.path ● String! non-null scalar

Webhook.hasApiKey ● Boolean! non-null scalar

Webhook.isWebhookTrigger ● Boolean! non-null scalar

Member Of

ProcessData object