> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/users/llms.txt)
> Source: https://docs.saleor.io/api-reference/users/objects/send-confirmation-email

# SendConfirmationEmail Object

Sends a notification confirmation.

Requires the AUTHENTICATED\_USER permission.

Triggers the following webhook events:

-   NOTIFY\_USER (async): A notification for account confirmation.
-   ACCOUNT\_CONFIRMATION\_REQUESTED (async): An account confirmation was requested. This event is always sent regardless of settings.

```graphql
type SendConfirmationEmail {
  errors: [SendConfirmationEmailError!]!
}
```

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

### Fields

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

#### [`errors`](#errors) ● [`[SendConfirmationEmailError!]!`](/api-reference/users/objects/send-confirmation-email-error.md)

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

### Returned By

[`sendConfirmationEmail`](/api-reference/users/mutations/send-confirmation-email.md) mutation
