Assistance is needed with the email verification process

Assistance is needed for the email verification process. Users must be verified to use the application.

Here is the process:

  1. The user signs up (for my application).
  2. The user is then prompted to verify their email address via an email.
  3. The user receives a welcome email containing the verification link.
  4. Upon opening the email, the user clicks on the verification link and is redirected to a page within the application (success).

I want to implement this using SendGrid.

Can anyone provide instructions on how to do this, or direct me to any posts that offer step-by-step guidance?

I have dealt with similar email verification setups in a few Bubble projects

might help:

  1. Use Bubble’s built-in “Send verification email” action

  2. Once email sent => redirect user => Please verify your email page

  3. check the Current User's email confirmed boolean in workflows

Also, check that:

  • You have set up your app domain and SendGrid correctly.
  • The email does not land in spam (mainly during testing).