Customizing message content
You can insert tags in messages that will be replaced by their contextual values when the message is sent.
For example, the tag below will be replaced by the contact's first name when sending the message.
Hi {{firstName}}, please join my LinkedIn network.
Tags are contained between two opening braces and two closing braces as in the example below:
{{tagName}}
If the tag name is not recognized or if the corresponding value is empty at the time of sending, it will be deleted from the message and will not be visible to the contact.
In the message editor, you can enter the tag code where you want to insert its value, or click the corresponding button at the top of the editor.

{{lastName}}
Contact's last name.
{{firstName}}
Contact's first name.
{{age}}
{{gender}}
{{country}}
Contact's country of residence.
{{industry}}
Industry in which the contact's current company operates.
Last modified 2yr ago