Using with Klaviyo
Klaviyo has 3 tags
- {{ email }}
- {{ first_name }}
- {{ last_name }}
Here is how you should construct the outgoing URL in ActiveCampaign
https://example.com/landing-page/?firstname=
{{ first_name }}
&lastname={{ last_name }}
&email={{ email }}
🌟 Key Points
- You can change the placement of
firstname
orlastname
oremail
anywhere in the URL - Klaviyo Official Documentation