sendConfirmationEmail Mutation
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.
sendConfirmationEmail(
channel: String!
redirectUrl: String!
): SendConfirmationEmail
Show return type
Arguments
channel ● String!
Slug of a channel which will be used for notify user.
redirectUrl ● String!
Base of frontend URL that will be needed to create confirmation URL.
Type
SendConfirmationEmail
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.