Team variables are used when working in a team. These variables help you add into the sequences the contact information of different team members that belong to your Reply account so that you can collaboratively outreach people.
You can use team variables for all steps in a sequence that may contain text.
Here's the full list of team variables and their descriptions:
Team Variable | Description | Example |
{{ContactOwner.FirstName}} | First name of user who owns a contact. | Hi, my name is {{ContactOwner.FirstName}} → Hi, my name is Mark. |
{{ContactOwner.LastName}} | Contact owner's last name. | You can call me {{ContactOwner.LastName}}. → You can call me Johnson. |
{{ContactOwner.FullName}} | Contact owner's first and last names. | {{ContactOwner.FullName}} at your service.→ Mark Johnson at your service. |
{{Contact.Owner.Company}} | The company associated with user who owns a contact. | I am the owner of the company {{Contact.Owner.Company}}. → I am the owner of the company Q1. |
{{ContactOwner.Phone}} | Phone number of user who owns a contact. | My personal phone number {{ContactOwner.Phone}}. → My personal phone number +22233222. |
{{ContactOwner.Email}} | Contact owner's default email address. | My contact email is {{ContactOwner.Email}}. → My contact email is [email protected] |
{{ContactOwner.Title}} | Contact owner's title. | Hi, I'm Mark, {{ContactOwner.Title}}. → Hi, I'm Mark, Director of IR. |
{{ReplyAccount.FirstName}} | First name of Reply user account. | Hi, my name is {{ReplyAccount.FirstName}} → Hi, my name is Jane. |
{{ReplyAccount.LastName}} | Last name of Reply user account. | My last name is {{ReplyAccount.LastName}}. → My last name is Jackson. |
{{ReplyAccount.FullName}} | Combination of First and Last names of Reply user account. | Hi, I’m {{ReplyAccount.FullName}}, representative of Q1(Canada). → Hi, I’m Jane Jackson, representative of Q1(Canada). |
{{ReplyAccount.Company}} | Company associated with a user who owns Reply account | I am the representative of {{ReplyAccount.Company}}. → I am the representative of Q1 (Canada). |
{{ReplyAccount.Phone}} | Phone number of a user who owns Reply account. | My contact number {{ReplyAccount.Phone}}. → My contact number +33322333. |
{{ReplyAccount.Email}} | Email that Reply account owner uses to log in. | Send your suggestions to this email {{ReplyAccount.Email}}. → Send your suggestions to this email [email protected] |
{{ReplyAccount.Title}} | Title of user who owns Reply account. | Hi, I'm Jane, {{ContactOwner.Title}}. → Hi, I'm Jane, Director of IR. |
{{EmailAccount.SenderName}} | Name specified in sending email account. | {{EmailAccount.SenderName}} at your service.→ Brad Steviens at your service. |
{{EmailAccount.Email}} | Sending email account used by user to send emails. | My contact email is {{EmailAccount.Email}}. → My contact email is [email protected] |