Link Search Menu Expand Document

Using with Klaviyo

Klaviyo has 3 tags

  1. {{ email }}
  2. {{ first_name }}
  3. {{ 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


Was this article helpful?