Skip to main content

publishPasswordResetEmailEvent

DEPRECATED

Deprecated in favor of using the triggerPasswordSendResetEmailEvent that utilizes the event-action-manager and template-engine

Send password reset email with reset link (deprecated).

Publishes an email trigger event containing user data and password reset link for account recovery. This method is deprecated and should not be used for new implementations.

Possible errors:

  • GET_PASSWORD_RESET_LINK_ERROR: Failed to retrieve password reset link from auth service
  • PUBSUB_TOPIC_PUBLISH_FAILED_ERROR: Failed to publish password reset email event to message queue
  • PASSWORD_RESET_LINK_EMAIL_ERROR: Unknown error occurred during password reset email processing
publishPasswordResetEmailEvent(
input: PasswordResetLinkEmailInput!
): PublishEmailEventResponse! @deprecated

Arguments

publishPasswordResetEmailEvent.input ● PasswordResetLinkEmailInput! non-null input

Password reset email data including user information and reset link.

Contains user account details and generated password reset link for account recovery email.

Type

PublishEmailEventResponse object

Response from email event publishing operations.

Indicates the success status of email event publication to the message queue and provides tracking information for monitoring and debugging email delivery workflows.