> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/users/llms.txt)
> Source: https://docs.saleor.io/api-reference/users/objects/staff-notification-recipient-create

# StaffNotificationRecipientCreate Object

Creates a new staff notification recipient.

Requires the MANAGE\_SETTINGS permission.

```graphql
type StaffNotificationRecipientCreate {
  shopErrors: [ShopError!]! @deprecated
  errors: [ShopError!]!
  staffNotificationRecipient: StaffNotificationRecipient
}
```

<a id="fields"></a>

### Fields

<a id="errors"></a>

#### [`errors`](#errors) ● [`[ShopError!]!`](/api-reference/shop/objects/shop-error.md)

<a id="staff-notification-recipient"></a>

#### [`staffNotificationRecipient`](#staff-notification-recipient) ● [`StaffNotificationRecipient`](/api-reference/miscellaneous/objects/staff-notification-recipient.md)

Show deprecatedHide deprecated

<a id="shop-errors"></a>

#### [`shopErrors`](#shop-errors) ● [`[ShopError!]!`](/api-reference/shop/objects/shop-error.md)

DEPRECATED

Use `errors` field instead.

<a id="returned-by"></a>

### Returned By

[`staffNotificationRecipientCreate`](/api-reference/users/mutations/staff-notification-recipient-create.md) mutation
