SendConfirmationEmail Object
Sends a notification confirmation.
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.
type SendConfirmationEmail {
errors: [SendConfirmationEmailError!]!
}
Fields
errors ● [SendConfirmationEmailError!]!
Returned By
sendConfirmationEmail mutation