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

# staffNotificationRecipientCreate Mutation

Creates a new staff notification recipient.

Requires the MANAGE\_SETTINGS permission.

```graphql
staffNotificationRecipientCreate(
  input: StaffNotificationRecipientInput!
): StaffNotificationRecipientCreate
```

Details

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

<a id="arguments"></a>

### Arguments

<a id="input"></a>

#### [`input`](#input) ● [`StaffNotificationRecipientInput!`](/api-reference/miscellaneous/inputs/staff-notification-recipient-input.md)

Fields required to create a staff notification recipient.

<a id="type"></a>

### Type

<a id="staffnotificationrecipientcreate"></a>

#### [`StaffNotificationRecipientCreate`](/api-reference/users/objects/staff-notification-recipient-create.md)

Creates a new staff notification recipient.

Requires the MANAGE\_SETTINGS permission.
