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 data
  • street, city, postalCode - Address data
  • segment, spaceLiving, yearOfConstruction - Property data
  • And many more...

User Variables

Your company settings (with user. prefix):

  • user.name - Your name
  • user.email - Your email
  • user.companyName - Company name
  • user.logoUrl - Logo URL
  • user.phone - Phone number

Computed Variables

Automatically generated values:

  • leadUrl - Link to lead view
  • valuationUpdateUrl - Link to valuation update page
  • unsubscribeUrl - Unsubscribe link
  • Selling 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:

→ Go to API Documentation

Related Articles