NotificationRecipient
A notification recipient that can receive subscribed notifications.
interface NotificationRecipient {
createdAt: Date
description: String
id: Int!
name: String
notificationSubscriptions: NotificationSubscriptionList
organizationId: Int!
recipientType: NotificationRecipientType
recipientValue: String
updatedAt: Date
}
Fields
NotificationRecipient.createdAt ● Date scalar common
When the recipient was created.
NotificationRecipient.description ● String scalar common
Notes describing the recipient.
NotificationRecipient.id ● Int! non-null scalar common
The unique identifier for the recipient.
NotificationRecipient.name ● String scalar common
The display name for the recipient.
NotificationRecipient.notificationSubscriptions ● NotificationSubscriptionList object common
The notification subscriptions attached to this recipient.
NotificationRecipient.organizationId ● Int! non-null scalar common
The organization that owns the recipient.
NotificationRecipient.recipientType ● NotificationRecipientType enum common
The delivery channel used by the recipient.
NotificationRecipient.recipientValue ● String scalar common
The destination value, such as an email address or webhook URL.
NotificationRecipient.updatedAt ● Date scalar common
When the recipient was last updated.
Member Of
AddNotificationRecipientPayload object ● NotificationRecipientList object ● NotificationSubscription object ● UpdateNotificationRecipientPayload object