Skip to main content

WebhookNotificationRecipient

A webhook-based notification recipient.

type WebhookNotificationRecipient implements NotificationRecipient {
createdAt: Date
description: String
id: Int!
meta: WebhookRecipientMeta
name: String
notificationSubscriptions: NotificationSubscriptionList
organizationId: Int!
recipientType: NotificationRecipientType
recipientValue: String
updatedAt: Date
}

Fields

WebhookNotificationRecipient.createdAt ● Date scalar common

When the recipient was created.

WebhookNotificationRecipient.description ● String scalar common

Notes describing the recipient.

WebhookNotificationRecipient.id ● Int! non-null scalar common

The unique identifier for the recipient.

WebhookNotificationRecipient.meta ● WebhookRecipientMeta object common

Webhook-specific metadata for the recipient.

WebhookNotificationRecipient.name ● String scalar common

The display name for the recipient.

WebhookNotificationRecipient.notificationSubscriptions ● NotificationSubscriptionList object common

The notification subscriptions attached to this recipient.

WebhookNotificationRecipient.organizationId ● Int! non-null scalar common

The organization that owns the recipient.

WebhookNotificationRecipient.recipientType ● NotificationRecipientType enum common

The delivery channel used by the recipient.

WebhookNotificationRecipient.recipientValue ● String scalar common

The webhook URL that receives notifications.

WebhookNotificationRecipient.updatedAt ● Date scalar common

When the recipient was last updated.

Interfaces

NotificationRecipient interface common

A notification recipient that can receive subscribed notifications.