From 1af8b3a02937871da7aefd9b3f7f19f89b88f22c Mon Sep 17 00:00:00 2001 From: louispaulb Date: Thu, 21 May 2026 22:04:39 -0400 Subject: [PATCH] feat(campaigns/templates): add gift-email-{fr,en}-simple variants MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flat single-table-per-section structure (max 1 level of nesting) so that GrapesJS' preset-newsletter parser can recognize each section as an editable component. Same brand visuals + content as the rich variants, but: dropped the 12-logo merchant grid (heaviest part for the editor), compacted the three info pills into one consolidated card. Sections (top-level ): 1. Header logo 2. Greeting + brand-line + offer intro 3. Compact info card (was 3 pills) 4. Option 1 chip 5. Big green CTA button 6. Prorata refund disclaimer 7. Option 2 chip + text 8. Optional expiry notice (Mustache conditional) 9. Signature 10. Contact info (outside card) 11. Dark footer band (logo + address + copyright) Each section is a standalone
sharing the same #ffffff background. The first and last get the rounded border-radius, middle sections have no rounding. Result: visually one unified card, structurally many editable blocks. Registered both new variants in EDITABLE_TEMPLATES whitelist so the ops UI editor picks them up. Rich variants gift-email-fr.html and gift-email-en.html are unchanged — both styles coexist. User compares in the editor and picks which to standardize on per campaign. Co-Authored-By: Claude Opus 4.7 --- .../templates/gift-email-en-simple.html | 155 ++++++++++++++++++ .../templates/gift-email-fr-simple.html | 155 ++++++++++++++++++ services/targo-hub/lib/campaigns.js | 13 +- .../templates/gift-email-en-simple.html | 155 ++++++++++++++++++ .../templates/gift-email-fr-simple.html | 155 ++++++++++++++++++ 5 files changed, 630 insertions(+), 3 deletions(-) create mode 100644 scripts/campaigns/templates/gift-email-en-simple.html create mode 100644 scripts/campaigns/templates/gift-email-fr-simple.html create mode 100644 services/targo-hub/templates/gift-email-en-simple.html create mode 100644 services/targo-hub/templates/gift-email-fr-simple.html diff --git a/scripts/campaigns/templates/gift-email-en-simple.html b/scripts/campaigns/templates/gift-email-en-simple.html new file mode 100644 index 0000000..69b7b34 --- /dev/null +++ b/scripts/campaigns/templates/gift-email-en-simple.html @@ -0,0 +1,155 @@ + + + + + +An exclusive offer from TARGO + + + + + + + + + + + +
+ +
+ + + + +
+ TARGO +
+ + + + +
+

Hi {{firstname}},

+

+ Just like you, we love stable connections and lasting relationships. +

+

+ Summer's here, and so is your + limited-time exclusive offer: +

+
+ + + + +
+ + +
+

🎁 {{amount}} at hundreds of brands

+

⚡ Instant on activation

+

🤝 Stay with us {{commitment_months}}+ months

+
+
+ + + + +
+ ✅ Option 1 +
+ + + + +
+ + 🎁  {{amount}} + Redeem my gift card + Pick your brand on Giftbit → + +
+ + + + +
+

+ 🪂 If you leave before {{commitment_months}} months, the prorated amount is refundable. +

+
+ + + + +
+ ⏭️ Option 2 +
+ + + +
+

+ Do nothing. Your monthly subscription continues as usual — no commitment, no gift card. +

+
+ + {{#expiry}} + + + +
+

+ ⏰ This offer expires on {{expiry}}. +

+
+ {{/expiry}} + + + + +
+

🤝 Thanks for helping our regional economy thrive!

+

The TARGO team

+
+ + + + +
+

+ You're getting this email because you're a TARGO customer at + {{description}}.
+ Got a question? Write to + support@targo.ca + or call + 514 448-0773. + Support 7 days/week. +

+
+ + + + +
+ TARGO +

+ www.targo.ca +  ·  1867 ch. de la rivière, Ste-Clotilde, QC
+ © {{year}} TARGO Communications · All rights reserved. +

+
+ +
+ + + diff --git a/scripts/campaigns/templates/gift-email-fr-simple.html b/scripts/campaigns/templates/gift-email-fr-simple.html new file mode 100644 index 0000000..ee68cdb --- /dev/null +++ b/scripts/campaigns/templates/gift-email-fr-simple.html @@ -0,0 +1,155 @@ + + + + + +Une offre exclusive de TARGO + + + + + + + + + + + + + +
+ + + + +
+ TARGO +
+ + + + +
+

Bonjour {{firstname}},

+

+ Comme toi, on aime les connexions stables et les relations durables. +

+

+ Avec l'arrivée de l'été, voici ton + offre exclusive pour un temps limité : +

+
+ + + + +
+ + +
+

🎁 {{amount}} chez des centaines de marques

+

⚡ Instantané à l'activation

+

🤝 Rester encore {{commitment_months}} mois ou +

+
+
+ + + + +
+ ✅ Option 1 +
+ + + + +
+ + 🎁  {{amount}} + Activer ma carte-cadeau + Choisir ma carte sur Giftbit → + +
+ + + + +
+

+ 🪂 En cas de départ avant {{commitment_months}} mois, le prorata du montant est remboursable. +

+
+ + + + +
+ ⏭️ Option 2 +
+ + + +
+

+ Ne rien faire. Ton abonnement mensuel se poursuit normalement, sans engagement ni carte-cadeau. +

+
+ + {{#expiry}} + + + +
+

+ ⏰ Cette offre expire le {{expiry}}. +

+
+ {{/expiry}} + + + + +
+

🤝 Merci de faire rouler l'économie de notre région avec nous !

+

L'équipe TARGO

+
+ + + + +
+

+ Tu reçois ce courriel parce que tu es client(e) TARGO à + {{description}}.
+ Une question ? Écris à + support@targo.ca + ou appelle au + 514 448-0773. + Support 7j/7. +

+
+ + + + +
+ TARGO +

+ www.targo.ca +  ·  1867 ch. de la rivière, Ste-Clotilde, QC
+ © {{year}} TARGO Communications · Tous droits réservés. +

+
+ +
+ + + diff --git a/services/targo-hub/lib/campaigns.js b/services/targo-hub/lib/campaigns.js index 82b95c5..4fe019a 100644 --- a/services/targo-hub/lib/campaigns.js +++ b/services/targo-hub/lib/campaigns.js @@ -645,9 +645,16 @@ const TEMPLATES_DIR = path.resolve(__dirname, '..', 'templates') const DEFAULT_TEMPLATE = path.join(TEMPLATES_DIR, 'gift-email-fr.html') // Allow-list templates that can be edited via the API. Naming convention: -// gift-email- — the recipient's language drives which one gets used -// at send time. Adding a new lang = drop a new .html here + add to this list. -const EDITABLE_TEMPLATES = ['gift-email-fr', 'gift-email-en'] +// gift-email-[-variant] — the recipient's language drives which one +// gets used at send time. `-simple` variants are flat-structured copies +// designed to parse cleanly in GrapesJS visual editor (no nested tables). +// Adding a new lang or variant = drop a new .html here + add to this list. +const EDITABLE_TEMPLATES = [ + 'gift-email-fr', + 'gift-email-en', + 'gift-email-fr-simple', + 'gift-email-en-simple', +] // Resolve the template path for a given recipient language. Falls back to // the French version (most of the customer base) if the language-specific diff --git a/services/targo-hub/templates/gift-email-en-simple.html b/services/targo-hub/templates/gift-email-en-simple.html new file mode 100644 index 0000000..69b7b34 --- /dev/null +++ b/services/targo-hub/templates/gift-email-en-simple.html @@ -0,0 +1,155 @@ + + + + + +An exclusive offer from TARGO + + + + + + + + + + + + + +
+ + + + +
+ TARGO +
+ + + + +
+

Hi {{firstname}},

+

+ Just like you, we love stable connections and lasting relationships. +

+

+ Summer's here, and so is your + limited-time exclusive offer: +

+
+ + + + +
+ + +
+

🎁 {{amount}} at hundreds of brands

+

⚡ Instant on activation

+

🤝 Stay with us {{commitment_months}}+ months

+
+
+ + + + +
+ ✅ Option 1 +
+ + + + +
+ + 🎁  {{amount}} + Redeem my gift card + Pick your brand on Giftbit → + +
+ + + + +
+

+ 🪂 If you leave before {{commitment_months}} months, the prorated amount is refundable. +

+
+ + + + +
+ ⏭️ Option 2 +
+ + + +
+

+ Do nothing. Your monthly subscription continues as usual — no commitment, no gift card. +

+
+ + {{#expiry}} + + + +
+

+ ⏰ This offer expires on {{expiry}}. +

+
+ {{/expiry}} + + + + +
+

🤝 Thanks for helping our regional economy thrive!

+

The TARGO team

+
+ + + + +
+

+ You're getting this email because you're a TARGO customer at + {{description}}.
+ Got a question? Write to + support@targo.ca + or call + 514 448-0773. + Support 7 days/week. +

+
+ + + + +
+ TARGO +

+ www.targo.ca +  ·  1867 ch. de la rivière, Ste-Clotilde, QC
+ © {{year}} TARGO Communications · All rights reserved. +

+
+ +
+ + + diff --git a/services/targo-hub/templates/gift-email-fr-simple.html b/services/targo-hub/templates/gift-email-fr-simple.html new file mode 100644 index 0000000..ee68cdb --- /dev/null +++ b/services/targo-hub/templates/gift-email-fr-simple.html @@ -0,0 +1,155 @@ + + + + + +Une offre exclusive de TARGO + + + + + + + + + + + + + +
+ + + + +
+ TARGO +
+ + + + +
+

Bonjour {{firstname}},

+

+ Comme toi, on aime les connexions stables et les relations durables. +

+

+ Avec l'arrivée de l'été, voici ton + offre exclusive pour un temps limité : +

+
+ + + + +
+ + +
+

🎁 {{amount}} chez des centaines de marques

+

⚡ Instantané à l'activation

+

🤝 Rester encore {{commitment_months}} mois ou +

+
+
+ + + + +
+ ✅ Option 1 +
+ + + + +
+ + 🎁  {{amount}} + Activer ma carte-cadeau + Choisir ma carte sur Giftbit → + +
+ + + + +
+

+ 🪂 En cas de départ avant {{commitment_months}} mois, le prorata du montant est remboursable. +

+
+ + + + +
+ ⏭️ Option 2 +
+ + + +
+

+ Ne rien faire. Ton abonnement mensuel se poursuit normalement, sans engagement ni carte-cadeau. +

+
+ + {{#expiry}} + + + +
+

+ ⏰ Cette offre expire le {{expiry}}. +

+
+ {{/expiry}} + + + + +
+

🤝 Merci de faire rouler l'économie de notre région avec nous !

+

L'équipe TARGO

+
+ + + + +
+

+ Tu reçois ce courriel parce que tu es client(e) TARGO à + {{description}}.
+ Une question ? Écris à + support@targo.ca + ou appelle au + 514 448-0773. + Support 7j/7. +

+
+ + + + +
+ TARGO +

+ www.targo.ca +  ·  1867 ch. de la rivière, Ste-Clotilde, QC
+ © {{year}} TARGO Communications · Tous droits réservés. +

+
+ +
+ + +