Link Search Menu Expand Document

Using with MailerLite

MailerLite has 3 tags

  1. {$email}
  2. {$name}
  3. {$last_name}

Here is how you should construct the outgoing URL in MailerLite

https://example.com/landing-page/?firstname={$name}&lastname=​{$last_name}&email={$email}

🌟 Key Points


Was this article helpful?