Skip to content

How to send two different mails with two different verification links? #612

@kankadev

Description

@kankadev

I have included the “Verification” action in the form.

However, we need two confirmations, one for the lead magnet and one for the newsletter, if the website visitor has selected the checkbox for the newsletter.

The verification email for the newsletter, which is what the form is intended for, should always be sent. The newsletter email should only be sent if the “I would also like to subscribe to the newsletter” checkbox is selected.

Is it possible to implement these conditions? Or do you have any ideas for mapping this business process? We have always done the double opt-in for newsletters this way.

I tried it alraedy this way:

Image

The problem here is I have two mails. The verification link is always the same so if the user clicks on it in the first mail the second mail doesn't work. Is it possible to create two different links and two different success responses?

If not the only way is probably to "call hook" and send the second mail there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions