Custom values
Reusable variables for templates and workflows (booking links, support phone, etc.).
4 min read Updated 2026-04-24
Custom values are named variables you define once and reference everywhere with {{custom_values.name}}. When the value changes, every template and workflow that references it updates automatically.
Common uses
- Booking link — {{custom_values.booking_url}} across all emails.
- Support phone and email — swap once if your numbers change.
- Affiliate terms URL.
- Location-specific hours and addresses (one custom value per location).
- Promo code for the current campaign.
- 1Settings → Custom Values → NewName it clearly (lowercase, underscores, no spaces).
- 2Set the valuePlain text. Links should include https://.
- 3Reference itIn any template, workflow, or funnel, type {{custom_values.your_name}} and it resolves at send time.