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