View Categories

Using Dynamic Variables in Messaging

< 1 min read

In LinkMyAgency we have made it possible to use dynamic variables to personalize your links.
Because which client doesn’t love his/her name on their ConnectPage eh?

These are the available variables.

Variable How to use
First name (recipient) {{ $first_name }}
Last name (recipient) {{ $last_name }}
First name (sender) {{ $sender_first_name }}
Last name (sender) {{ $sender_last_name }}
Company {{ $company }}

When you want to utilise these variables, simply paste the full variable into your text.

E.g.:

“Hey {{ $first_name }},
This is  {{ $sender_first_name }} from {{ $company }}. Let’s connect your accounts.”

You can use this set-up in both your ConnectPage and your Emails.

Important: This is only available when you select “Personalized” / “Recipient YES” in step 2 of your Link Creation process.