What are tokens?
Tokens are placeholders wrapped in double curly braces — like{{contact.firstName}} — that Tented swaps for real values when each email is sent. They work in the subject, preheader, and anywhere in the body, so every recipient gets a message that feels written for them.
This page is the full reference. For the how-to of inserting them, see Creating Emails.
Contact tokens
Reference any standard or custom contact field by its API name:Sender-profile tokens
These pull from your Sender Profile and are mainly used in the unsubscribe footer, but you can use them anywhere:| Token | Resolves to |
|---|---|
{{tented.company}} | Your legal company name |
{{tented.address}} | Your mailing address |
{{tented.privacyUrl}} | Your privacy policy URL |
{{tented.unsubscribeOneClickLink}} | Each recipient’s one-click unsubscribe link (required in the footer) |
Campaign dynamic tokens (flows only)
Inside a triggered flow, earlier steps can hand values to later emails through{{campaign.dynamic.*}} tokens. The headline example is the Create Tent step: with Auto-approve on, it publishes a personalized page and exposes its URL as:
{{campaign.dynamic.tentURL2}}, and so on. Full walkthrough in The Create Tent step.
Before you send
- Preview with real data — click Preview as in the editor and pick a contact to see tokens resolved.
- Flows validate tokens — when you activate a flow, Tented flags emails that reference invalid or inactive fields, so a typo can’t ship. Fix the flagged token and re-activate.
- Missing values are silent — without a
:default=, an absent value simply disappears, which can leave odd spacing or punctuation. Default anything visible.
Back to: Creating Emails
The full email editor workflow.