What are variables

Variables are custom fields that are automatically filled with corresponding data, such as custom words, phrases, or image URLs. A variable is data that associates a key (e.g. first name) with a value (e.g. Pierre).

Use variables in a guideflow to hyper-personalize the content for your audience. They allow personalization at scale based on factors like persona, job title, and location, making messages feel relevant and appealing to each recipient. Personalization variables can range from simple fields like {{First Name}} or {{Company}} to more complex ones that use if-else syntax and contextual data.

(e.g. use a variable "Hello {{first_name}}" to display a customized welcome message such as "Hello John")

You can use 3 kinds of variables to personalize your guideflow :

  • Text (first name, last name, company name, etc.)

  • Number (company size, company revenue, etc.)

  • Image URL (logo URL, avatar URL, profile picture URL)

Default variables

Below you can find your list of default variables.

NameUser AttributeExampleType

{{first_name}}

First name

Elon

Text

{{last_name}}

Last name

Musk

Text

{{email}}

Email

elon@tesla.com

Text

{{company}}

Company

Tesla

Text

{{website}}

Website

www.tesla.com

Text

{{phone}}

Phone

+1(234)567-8910

Text

{{logo_url}}

Logo URL

Image URL

{{avatar_url}}

Avatar URL

Image URL

Definition: user attribute is your variable description.

Custom variables

You can create a custom variable by following the article about how to create variables.

Last updated