What Are Custom Variables?
Values you define in Settings that stay constant across all rows:| Example Variable | Example Value |
|---|---|
CompanyName | ”Acme Funding” |
ProductName | ”QuickCash Pro” |
CurrentOffer | ”24-hour approval with rates from 5%“ |
SenderName | ”Sarah Johnson” |
CalendlyLink | ”https://calendly.com/sarah-acme” |
Custom Variables vs Column Variables
| Type | Syntax | Source | Value |
|---|---|---|---|
| Column Variable | {{Company}} | Your CSV | Different per row |
| Custom Variable | {{$CompanyName}} | Settings | Same for all rows |
Custom variables use a
$ prefix: {{$VariableName}}Managing Custom Variables
Accessing Custom Variables
- Click Settings in the sidebar
- Click Custom Variables
Adding a Variable
1
Click Add Variable
Click the “Add Variable” button
2
Enter Variable Name
Enter the name (without the $ symbol)Example:
CompanyName not $CompanyName3
Enter Variable Value
Enter the value you want to use
4
Save
Click Save to create the variable
Editing a Variable
- Find the variable in your list
- Click Edit
- Update the value
- Save
Deleting a Variable
- Find the variable in your list
- Click Delete
- Confirm deletion
Using Custom Variables in Templates
Reference with the$ prefix:
{{First Name}},{{Company}},{{Industry}}→ Different per lead{{$CompanyName}},{{$CurrentOffer}},{{$SenderName}}→ Same for all
Best Use Cases
Company Info
Your company name, tagline, website
Product Info
Product name, key features, pricing
Current Campaigns
Offers, promotions, seasonal messaging
Sender Info
Name, title, calendar link, phone
Benefits of Custom Variables
Update once, apply everywhere
Update once, apply everywhere
Change your offer in Settings and all templates using
{{$CurrentOffer}} update automatically.Consistency across templates
Consistency across templates
Ensure your company name is spelled the same way in every template.
Easy A/B testing
Easy A/B testing
Swap out variables to test different offers or messaging.
Cleaner templates
Cleaner templates
Keep your prompts focused on personalization, not hardcoded values.