Using with ManyChat
ManyChat has 4 tags
- {{first_name}}
- {{last_name}}
- {{full_name}}
- {{email}}
Once you type the {{ the Autocomplete will show you the available variables, You can click on it.
Here is how you should construct the outgoing URL in ManyChat
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. - ManyChat Official Documentation