Skip to content

Instantly share code, notes, and snippets.

@leadbi
Forked from andrei-tofan/leadbi_email_placeholders.md
Last active November 20, 2017 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leadbi/bb91461cc63814028a9834cb90713e1b to your computer and use it in GitHub Desktop.
Save leadbi/bb91461cc63814028a9834cb90713e1b 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.

Available Placeholders

Contact

  • [[first_name]]
  • [[last_name]]
  • [[website]]
  • [[primary_email]]
  • [[primary_phone]]
  • [[city]]
  • [[country_iso]]
  • [[role]]
  • [[view_time]]
  • [[page_views]]
  • [[visits]]
  • [[referral]]
  • [[lead_score]]
  • [[last_activity|default value|MMMM Do YYYY]]
  • [[first_visit|default value|MMMM Do YYYY]]
  • [[contact_link]] - notifications only
  • [[random_number]]
  • [[custom_field_name]]

Form

  • [[form_first_name]]
  • [[form_last_name]]
  • [[form_email]]
  • [[form_company]]
  • [[form_role]]
  • [[form_website]]
  • [[form_phone]]
  • [[form_custom1]]
  • [[form_custom2]]
  • [[form_custom3]]
  • [[form_question]]
  • [[form_field_name]]

Other

  • [[email_url]] - view in browser url
  • [[optout_url]] - optout page url

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