Variable Reference
All available variables for automations - for n8n, Zapier and email templates.
Last updated: 2026-02-03
Variables enable personalized automations. They can be used in email templates, valuation documents, and webhook payloads.
Usage
Use {{variableName}} in your templates:
Hello {{firstName}},
Your property in {{city}} has been valued.
The estimated value is {{Selling Price}}.
Best regards,
{{user.name}}
Variable Categories
Lead Variables
Data from your flow's form fields:
firstName,lastName,email,phone- Contact datastreet,city,postalCode- Address datasegment,spaceLiving,yearOfConstruction- Property data- And many more...
User Variables
Your company settings (with user. prefix):
user.name- Your nameuser.email- Your emailuser.companyName- Company nameuser.logoUrl- Logo URLuser.phone- Phone number
Computed Variables
Automatically generated values:
leadUrl- Link to lead viewvaluationUpdateUrl- Link to valuation update pageunsubscribeUrl- Unsubscribe linkSelling Price,Rental Range- Formatted prices
German variables (Vorname, Straße, Makler, Verkaufspreis) are convenience aliases for German valuation document templates (.docx Word files). For general automations, prefer the English variables (firstName, street, user.name).
Complete Variable List
The interactive API documentation shows all 168 available variables with descriptions and possible values: