First carrier scan — shopper email
code return.first_scan · v1
Acme Atelier — Global
▾
Search…
⌘K
6
en
de
Retained this month
€1,401.00
return.first_scan
email
v1
Published
Save draft
Publish
de
en
+ Add locale
Format
Markdown
Liquid HTML
Plain text
Subject
Body
Hi **{{customer.firstName}}**, We just got the first scan from **{{carrier}}**{% if location %} at **{{location}}**{% endif %}. Your return **{{return.id}}** is officially in transit — we'll let you know when it arrives. {% if tenant.name %}— {{ tenant.name }}{% endif %}
Variables discovered
(5)
carrier
customer.firstName
location
return.id
tenant.name
Sample values (JSON)
{ "customer": { "firstName": "Anna", "lastName": "Schulz", "email": "anna@example.com" }, "order": { "number": "#10482", "currency": "EUR" }, "return": { "id": "R-1029", "itemsCount": 2 }, "refund": { "amount": "€129,00" }, "carrier": "DHL", "merchant": { "name": "Acme Atelier", "slug": "acme" } }
Preview
Sandboxed · variables auto-escaped
Start typing to see a live preview.