Usage Scenario: Post-Registration Verification Email

When the user completes the registration process, the system automatically sends an email containing a verification code. This allows the user to verify their email address and activate their account.

Adding a Verification Email Action

When the user registration process is successfully completed, the email sending action is triggered in the system.

  • Trigger: User registration form submission
  • Action: Send Email

Configuring the Send Email Action

  • Mail Type: Template
  • Template Type: Verify Email
  • Receivers: john.due@kuika.com
  • Subject: Email Verification
  • Verification Code: generatedCode

With this configuration, a verification email is automatically sent to the user. With the verification code in the email, the user can verify their account and start using the platform.