Webhook
No description
type Webhook {
id: ID!
accountId: ID!
url: String!
eventTypes: [WebhookEventType!]!
secret: String
enabled: Boolean!
createdAt: String!
updatedAt: String
lastResponse: CallbackData
}
Fields
Webhook.id
● ID!
non-null scalar
Webhook.accountId
● ID!
non-null scalar
Webhook.url
● String!
non-null scalar
Webhook.eventTypes
● [WebhookEventType!]!
non-null enum
Webhook.secret
● String
scalar
Webhook.enabled
● Boolean!
non-null scalar
Webhook.createdAt
● String!
non-null scalar
Webhook.updatedAt
● String
scalar
Webhook.lastResponse
● CallbackData
object
Returned By
createWebhook
mutation ● updateWebhook
mutation ● webhook
query
Member Of
WebhooksConnection
object