All Collections
hubsell Advanced Topics
hubsell static and custom placeholders
hubsell static and custom placeholders
Sebastian avatar
Written by Sebastian
Updated over a week ago

First name of the prospect - {{firstName}}
Last name of the prospect -  {{lastName}}
Job title of the propect - {{title}}
E-mail address of the prospect - {{email.verifiedEmail.email}}
Department of the prospect - {{department}}
Seniority of the prospect - {{seniority.name}}
Language - {{language.name}}
'Months in position': {{monthsInCurrentPosition}}
'Company name': {{companyId.fullName}}
'Company short name': {{companyId.shortName}}
'Company industry': {{companyId.industry}}
'Company size': {{companyId.size}}
'Company postal code': {{companyId.locationPostalCode}}
'Company city': {{companyId.locationCity}}
'Company country': {{companyId.locationCountryCode}}
'Salutation': {{salutation}}
'Gender': {{gender}}
'Dyn. Sal. Last Name': {{#if (or (eq salutation 'Mrs.') (eq salutation 'Ms.'))}}Dear Madam{{/if}}{{#if (eq salutation 'Mr.')}}Dear Sir{{/if}}{{#if (eq salutation 'Dr.')}}Dear Dr.{{/if}} {{ lastName }}
'Dyn. Sal. Full Name': {{#if (or (eq salutation 'Mrs.') (eq salutation 'Ms.'))}}Dear Madam{{/if}}{{#if (eq salutation 'Mr.')}}Dear Sir{{/if}}{{#if (eq salutation 'Dr.')}}Dear Dr.{{/if}} {{ firstName }} {{ lastName }}
'Dyn. Time in Job Title': {{#if (and (gt monthsInCurrentPosition 0) (lte monthsInCurrentPosition 3))}}3 months or less{{else if (and (gt monthsInCurrentPosition 3) (lte monthsInCurrentPosition 6))}}more than 3 months and less than 6 months{{else if (and (gt monthsInCurrentPosition 6) (lte monthsInCurrentPosition 12))}}more than 6 months and less than a year{{else if (and (gt monthsInCurrentPosition 12) (lte monthsInCurrentPosition 24))}}more than one year and less than 2 years{{else if (and (gt monthsInCurrentPosition 24) (lte monthsInCurrentPosition 500))}}more than 2 years{{else}}in case the info is not available{{/if}}
'Country Code': {{locationCountryCode}}
'Personal Notes': {{personalNotes}}
'Personal Notes 2': {{personalNotes2}}
'Custom field 1': {{custom1}}
'Custom field 2': {{custom2}}
'Custom field 3': {{custom3}}
'Custom field 4': {{custom4}}
'Sender Name': {{senderId.name}}
'Sender email': {{senderId.email}}
'Last email sent - full': {{lastEmailSent}}
'Last email sent - date': {{lastEmailSent.dateSent}}
'Last email sent - date dd-mm-yyyy': {{lastEmailSent.dateSent.day}}-{{lastEmailSent.dateSent.month}}-{{lastEmailSent.dateSent.year}}
'Last email sent - subject': {{lastEmailSent.subject}}
'Last email sent - body': {{lastEmailSent.body}}
'Last email sent - header': From:{{lastEmailSent.emailFrom}} To:{{lastEmailSent.emailTo}} Date:({{lastEmailSent.dateSent.dayOfWeek}}) {{lastEmailSent.dateSent.day}}-{{lastEmailSent.dateSent.month}}-{{lastEmailSent.dateSent.year}}
'Signature': {{signature}}
'Signature 2': {{signature2}}
'Calendar url':  
'Unsubscribe':  
"Sender Id": {{senderId}}
"Prospect Id": {{_id}}
"Template Id": {{templateId}}
“Current weekday”: {{weekday}}
“Dyn. current weekday”: {{#if (weekdayIs 'Monday')}}TYPE TEXT HERE {{else if (weekdayIs 'Tuesday')}}TYPE TEXT HERE {{else if (weekdayIs 'Wednesday')}}TYPE TEXT HERE {{else if (weekdayIs 'Thursday')}}TYPE TEXT HERE {{else if (weekdayIs 'Friday')}}TYPE TEXT HERE {{else if (weekdayIs 'Saturday')}}TYPE TEXT HERE {{else if (weekdayIs 'Sunday')}}TYPE TEXT HERE {{/if}}

You can also check out:





Did this answer your question?