Skip to main content
Version: 3.x

sendConfirmationEmail

Sends a notification confirmation.

Added in Saleor 3.15
This API is currently in Feature Preview and can be subject to changes at later point.
Requires AUTHENTICATED_USERpermission.

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.
sendConfirmationEmail(
channel: String!
redirectUrl: String!
): SendConfirmationEmail

Arguments

sendConfirmationEmail.channel ● String! non-null scalar

Slug of a channel which will be used for notify user.

sendConfirmationEmail.redirectUrl ● String! non-null scalar

Base of frontend URL that will be needed to create confirmation URL.

Type

SendConfirmationEmail object

Sends a notification confirmation.

Added in Saleor 3.15
This API is currently in Feature Preview and can be subject to changes at later point.
Requires AUTHENTICATED_USERpermission.

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.

Was this page helpful?