Using with MailPoet
MailPoet has 3 tags
- [user:email]
- [user:firstname]
- [user:lastname]
Here is how you should construct the outgoing URL in MailPoet
https://example.com/landing-page/?firstname=
*|FNAME|*
&lastname=*|LNAME|*
​&email=*|EMAIL|*
🌟 Key Points
- You can change the placement of
firstname
orlastname
oremail
anywhere in the URL. - MailPoet Official Documentation