Skip to main content

Personalization Tokens Reference Guide

This guide provides a comprehensive list of all personalization tokens available in SendSquared. These tokens can be used in your email and SMS templates to dynamically insert information specific to each recipient, making your communications more personalized and relevant.

How to Use Tokens

When creating or editing a template, insert a token by typing the opening curly brace { followed by the token name. The system will display a dropdown of available tokens to choose from. For example:

Hello {contact.first_name},

Your reservation at {units.0.name} is confirmed for {reservation.arrival_date}.

Available Token Categories

Tokens are organized into the following categories:

Contact Tokens

These tokens provide access to recipient contact information.

TokenDescriptionExample Output
{contact.id}Contact ID12345
{contact.first_name}First nameJohn
{contact.last_name}Last nameSmith
{contact.email}Email addressjohn.smith@example.com
{contact.address_1}Address line 1123 Main Street
{contact.address_2}Address line 2Apt 4B
{contact.locality}CityMinneapolis
{contact.region}State or regionMinnesota
{contact.postal}Postal/ZIP code55123
{contact.country}CountryUSA
{contact.locale}Language preferenceen-US
{contact.timezone}Time zoneAmerica/Chicago
{contact.mobile_phone}Mobile phone number+1 (555) 123-4567
{contact.home_phone}Home phone number+1 (555) 987-6543
{contact.created_at}Date contact was created2025-05-15 10:30:45
{contact.modified_at}Date contact was last modified2025-06-20 14:22:18
{contact.display_name}Display nameJohn S.
{contact.contact_type}Contact typeGuest
{contact.source}Contact sourceWebsite
{contact.last_sent_email}Date of last email sent2025-07-10 09:15:30
{contact.last_sent_sms}Date of last SMS sent2025-07-11 14:45:22
{contact.last_open_email}Date contact last opened an email2025-07-10 10:05:12
{contact.last_open_sms}Date contact last opened an SMS2025-07-11 15:01:45
{contact.last_click_email}Date of last email link click2025-07-10 10:06:33
{contact.last_received_email}Date of last email received2025-07-05 11:30:25
{contact.last_received_sms}Date of last SMS received2025-07-06 16:42:50
{contact.engagement}Engagement score85

Reservation Tokens

These tokens provide access to reservation details.

TokenDescriptionExample Output
{reservation.reservation_number}Reservation numberRES123456
{reservation.confirmation_code}Confirmation codeCONF-7890
{reservation.adults}Number of adults2
{reservation.children}Number of children1
{reservation.pets}Number of pets0
{reservation.total_revenue}Total revenue750.00
{reservation.room_revenue}Room revenue650.00
{reservation.extra_revenue}Extra revenue100.00
{reservation.source}Reservation sourceDirect Booking
{reservation.arrival_date}Arrival date2025-08-15
{reservation.arrival_date_local}Arrival date in local time2025-08-15
{reservation.departure_date}Departure date2025-08-20
{reservation.departure_date_local}Departure date in local time2025-08-20
{reservation.nights}Number of nights5
{reservation.cancelled_at}Cancellation date (if cancelled)2025-07-20 16:30:45
{reservation.reservation_type}Reservation typeStandard
{reservation.status}Reservation statusConfirmed

Unit Tokens

These tokens provide access to property/unit information.

TokenDescriptionExample Output
{units.0.pms_id}Unit ID in PMSUNIT123
{units.0.unit_code}Unit codeA101
{units.0.unit_type}Unit typeDeluxe Suite
{units.0.name}Unit nameOceanfront Villa
{units.0.description}Unit descriptionSpacious two-bedroom villa
{units.0.long_description}Long descriptionLuxury two-bedroom villa with ocean views...
{units.0.address_1}Unit address line 1456 Beach Drive
{units.0.address_2}Unit address line 2Building C
{units.0.locality}Unit cityMalibu
{units.0.region}Unit state/regionCalifornia
{units.0.postal}Unit postal code90265
{units.0.country}Unit countryUSA
{units.0.occupancy}Maximum occupancy6
{units.0.door_code}Door access code4321#
{units.0.wifi_ssid}WiFi network nameResort_Guest
{units.0.wifi_code}WiFi passwordWelcomeGuest2025
{units.0.gate_code}Gate access code#5678
{units.0.pool_code}Pool access code8765#
{units.0.property_url}Property website URLhttps://www.example.com/properties/oceanfront-villa

Lead Tokens

These tokens provide access to lead information.

TokenDescriptionExample Output
{lead.id}Lead ID5678
{lead.subject}Lead subjectInterest in Summer Package
{lead.created_at}Lead creation date2025-06-10 14:30:45
{lead.closed_at}Date lead was closed2025-06-25 11:15:20
{lead.won_at}Date lead was won2025-06-25 11:15:20
{lead.interest_start_at}Interest start date2025-08-10
{lead.interest_end_at}Interest end date2025-08-17
{lead.quantity_1}Adults quantity2
{lead.quantity_2}Children quantity2
{lead.quantity_3}Pets quantity1
{lead.product_code}Product/unit codeVIP201
{lead.followup_at}Follow-up date2025-06-15 10:00:00
{lead.estimated_value}Estimated value1200.00

Campaign Tokens

These tokens provide access to campaign information.

TokenDescriptionExample Output
{campaign.id}Campaign ID901
{campaign.name}Campaign nameSummer Special 2025
{campaign.created_at}Creation date2025-05-20 09:30:45
{campaign.modified_at}Last modified date2025-05-25 16:22:18
{campaign.fire_at}Scheduled send date/time2025-06-01 08:00:00

Company Tokens

These tokens provide access to your company information.

TokenDescriptionExample Output
{company.name}Company nameParadise Resorts
{company.address_1}Company address line 1789 Corporate Blvd
{company.address_2}Company address line 2Suite 500
{company.locality}Company cityOrlando
{company.region}Company state/regionFlorida
{company.postal}Company postal code32819
{company.country}Company countryUSA
{company.locale}Company localeen-US
{company.timezone}Company time zoneAmerica/New_York
{company.language}Company languageEnglish
{company.company_logo}URL to company logohttps://www.example.com/images/logo.png

Usage Best Practices

  1. Test Your Templates: Always send test messages to verify tokens are resolving correctly.
  2. Provide Fallbacks: Consider what happens if a token doesn't have data (e.g., use "Guest" if first name is missing).
  3. Optimize for Length: When using tokens in SMS, remember that they will expand to their full values, which may affect message length and cost.
  4. Maintain Data Quality: Ensure your contact database is accurate and complete to maximize the effectiveness of personalization tokens.
  5. Privacy Considerations: Avoid including sensitive personal information in mass communications.

For assistance with personalization tokens, contact support@sendsquared.com.