Skip to main content
Version: 0.1.0

SlackWebhookIntegration

No description

type SlackWebhookIntegration implements Integration, NotificationIntegration {
id: UUID!
type: IntegrationType!
name: String!
description: String!
image: String!
createdAt: Time!
updatedAt: Time!
url: String
notificationSettings: NotificationIntegrationSettings
deliveryError: NotificationDeliveryError
}

Fields

SlackWebhookIntegration.id ● UUID! non-null scalar

SlackWebhookIntegration.type ● IntegrationType! non-null enum

SlackWebhookIntegration.name ● String! non-null scalar

SlackWebhookIntegration.description ● String! non-null scalar

SlackWebhookIntegration.image ● String! non-null scalar

SlackWebhookIntegration.createdAt ● Time! non-null scalar

SlackWebhookIntegration.updatedAt ● Time! non-null scalar

SlackWebhookIntegration.url ● String scalar

SlackWebhookIntegration.notificationSettings ● NotificationIntegrationSettings object

SlackWebhookIntegration.deliveryError ● NotificationDeliveryError object

Interfaces

Integration interface

NotificationIntegration interface

A destination for Zeet notifications.

Returned by

createSlackWebhookIntegration mutation ● createSlackWebhookIntegrationV2 mutation ● updateSlackWebhookIntegration mutation