Webhook
Webhook.
type Webhook implements Node {
name: String!
targetUrl: String!
isActive: Boolean!
secretKey: String
connectionString: String
queueName: String
id: ID!
events: [WebhookEvent!]!
app: App!
}
Fields
Webhook.name ● String! non-null scalar
Webhook.targetUrl ● String! non-null scalar
Webhook.isActive ● Boolean! non-null scalar
Webhook.secretKey ● String scalar
Webhook.connectionString ● String scalar
Webhook.queueName ● String scalar
Webhook.id ● ID! non-null scalar
The ID of the object
Webhook.events ● [WebhookEvent!]! non-null object
List of webhook events.
Webhook.app ● App! non-null object
Interfaces
Node interface
An object with an ID
Returned By
webhook query
Member Of
App object ● WebhookCreate object ● WebhookDelete object ● WebhookUpdate object