Using with ChatRace
ChatRace has 4 tags
- {{first_name}}
- {{last_name}}
- {{full_name}}
- {{email}}
Here is how you should construct the outgoing URL in ChatRace
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. - ChatRace Official Documentation