Skip to main content

StaffNotificationRecipient Object

Represents a recipient of email notifications send by Saleor, such as notifications about new orders. Notifications can be assigned to staff users or arbitrary email addresses.

type StaffNotificationRecipient implements Node {
id: ID!
user: User
email: String
active: Boolean
}

Fields

id ● ID!

The ID of the staff notification recipient.

user ● User

Returns a user subscribed to email notifications.

email ● String

Returns email address of a user subscribed to email notifications.

active ● Boolean

Determines if a notification active.

Interfaces

Node

An object with an ID

Member Of

Shop object ● StaffNotificationRecipientCreate object ● StaffNotificationRecipientDelete object ● StaffNotificationRecipientUpdate object