Skip to content

Instantly share code, notes, and snippets.

@andrei-tofan
Last active May 5, 2017 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save andrei-tofan/dc600f271c0af7c9e755f346b19b916b to your computer and use it in GitHub Desktop.
Save andrei-tofan/dc600f271c0af7c9e755f346b19b916b to your computer and use it in GitHub Desktop.
LeadBI Email Automation Placeholders

LeadBI Email Automation Placeholders

Placeholders allows you to create personalized emails content and urls.

Usage

[[placeholder_name]] - will be replaced with the value of the placeholder.

Avalable Placeholders

  • [[first_name]]
  • [[last_name]]
  • [[website]]
  • [[primary_email]]
  • [[primary_phone]]
  • [[city]]
  • [[country_iso]]
  • [[role]]
  • [[view_time]]
  • [[page_view]]
  • [[visits]]
  • [[referral]]
  • [[lead_score]]
  • [[last_activity|default value|MMMM Do YYYY]]
  • [[first_visit|default value|MMMM Do YYYY]]
  • [[random_number]]

Default Value

A pipe can be used to specify an default value. Example [[first_name|Dear Reader]].

Availability

The placeholders are available in email automation template, automation emails, email automation subjects and automation webhook urls.

Example

Hi [[first_name|Dear Reader]],
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment