UpdateNotificationRecipientInput
Input for updating a notification recipient.
input UpdateNotificationRecipientInput {
active: Boolean
description: String
id: Int!
meta: NotificationRecipientMetaInput
name: String
organizationId: Int!
recipientType: NotificationRecipientType
recipientValue: String
}
Fields
UpdateNotificationRecipientInput.active ● Boolean scalar common
Whether the recipient should be marked active.
UpdateNotificationRecipientInput.description ● String scalar common
Notes describing the recipient.
UpdateNotificationRecipientInput.id ● Int! non-null scalar common
The recipient ID to update.
UpdateNotificationRecipientInput.meta ● NotificationRecipientMetaInput input common
Additional configuration for the recipient.
UpdateNotificationRecipientInput.name ● String scalar common
The display name for the recipient.
UpdateNotificationRecipientInput.organizationId ● Int! non-null scalar common
The organization that owns the recipient.
UpdateNotificationRecipientInput.recipientType ● NotificationRecipientType enum common
The delivery channel to configure.
UpdateNotificationRecipientInput.recipientValue ● String scalar common
The destination value, such as an email address or webhook URL.
Member Of
updateNotificationRecipient mutation