Email Template Variables

The following are FrontSpin’s field variables that are found in your email template builder in Settings.

Here are what each of them are and what field value they correspond to.

———Category Terms———

User =>                        You, the user of FrontSpin

Conditional Days =>   Days of the week

Relative Day =>           Calendar day in relation to date of email sent

Contact/Lead =>         Recipients of your emails/calls

-----User-----

'First Name'-> value: 'userFirstName'

'Last Name'-> value: 'userLastName'

'Email Address'-> value: 'userEmail'

'Phone Number'-> value: 'userPhone'

-----Conditional Days-----

'Is Monday'-> value: '{{#if is_monday}}YOUR_TEXT_HERE{{/if}}'

'Is Monday Or Else'-> value: '{{#if is_monday}}YOUR_TEXT_HERE{{else}}YOUR_TEXT_HERE{{/if}}'

'Is Tuesday'-> value: '{{#if is_tuesday}}YOUR_TEXT_HERE{{/if}}'

'Is Tuesday Or Else'-> value: '{{#if is_tuesday}}YOUR_TEXT_HERE{{else}}YOUR_TEXT_HERE{{/if}}'

'Is Wednesday'-> value: '{{#if is_wednesday}}YOUR_TEXT_HERE{{/if}}'

'Is Wednesday Or Else'-> value: '{{#if is_wednesday}}YOUR_TEXT_HERE{{else}}YOUR_TEXT_HERE{{/if}}'

'Is Thursday'-> value: '{{#if is_thursday}}YOUR_TEXT_HERE{{/if}}'

'Is Thursday Or Else'-> value: '{{#if is_thursday}}YOUR_TEXT_HERE{{else}}YOUR_TEXT_HERE{{/if}}'

'Is Friday'-> value: '{{#if is_friday}}YOUR_TEXT_HERE{{/if}}'

'Is Friday Or Else'-> value: '{{#if is_friday}}YOUR_TEXT_HERE{{else}}YOUR_TEXT_HERE{{/if}}'

'Is Saturday'-> value: '{{#if is_saturday}}YOUR_TEXT_HERE{{/if}}'

'Is Saturday Or Else'-> value: '{{#if is_saturday}}YOUR_TEXT_HERE{{else}}YOUR_TEXT_HERE{{/if}}'

'Is Sunday'-> value: '{{#if is_sunday}}YOUR_TEXT_HERE{{/if}}'

'Is Sunday Or Else'-> value: '{{#if is_sunday}}YOUR_TEXT_HERE{{else}}YOUR_TEXT_HERE{{/if}}'

'Is Weekday'-> value: '{{#if is_weekday}}YOUR_TEXT_HERE{{/if}}'

'Is Weekday Or Else'-> value: '{{#if is_weekday}}YOUR_TEXT_HERE{{else}}YOUR_TEXT_HERE{{/if}}'

'Is Weekend'-> value: '{{#if is_weekend}}YOUR_TEXT_HERE{{/if}}'

'Is Weekend Or Else'-> value: '{{#if is_weekend}}YOUR_TEXT_HERE{{else}}YOUR_TEXT_HERE{{/if}}'

-----Relative Day-----

'Today'-> value: 'today'

'Tomorrow'-> value: 'tomorrow'

'N days from now'-> value: 'days_from_now N'

'N weekdays from now'-> value: 'weekdays_from_now N'

-----Contact/Lead-----

'Account Name'-> value: 'contactAccount'

'Primary Email Address'-> value: 'contactEmail'

'Primary Phone Number'-> value: 'contactPhoneNumber'

'Lead Status'-> value: 'leadStatus'

'Owner Name'-> value: 'contactOwnerName'