From 2bc971548573305c547a97401bc09e7e1aee3e25 Mon Sep 17 00:00:00 2001 From: louispaulb Date: Fri, 22 May 2026 09:09:07 -0400 Subject: [PATCH] feat(campaigns): CSV report, manual recipients, template polish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ops UI - CampaignDetailPage: "CSV" button — downloads per-recipient report (shortlinks, status, opened/clicked timestamps, mailjet UUID) - CampaignNewPage: "Saisie manuelle (sans CSV)" on Step 1 and "Ajouter manuellement" on Step 2 — both open the same dialog with firstname / email / gift_url / city / postal_code / language / amount override. Indigo "manuel" chip in the recipients table. - New "Ville" column shows city OR postal_code as fallback. Hub - GET /campaigns/:id/report.csv — RFC 4180 CSV with UTF-8 BOM so Excel auto-detects encoding. 20 columns including new "city". - Worker honours per-recipient amount override: r.amount > derive from r.gift_value_cents > params.amount > "50 $". Fixes manual-add showing campaign default instead of typed value. - Default subject "Un cadeau pour toi" (tutoyer). Templates - Order: Intro → ✅ Option 1 → 🎁 marques → CTA → prorata → ⏭️ Option 2. - New EN intro (manifesto): "Thank you for choosing local. Your support helps keep our community connected. / Because great connections aren't just about fiber — they're about people too." - Amazon logo removed (incongruent with "achat local" framing). - Body paragraphs: text-align justify (greeting/labels stay left). - Support line: "N'hésite pas à nous écrire / Feel free to email us" + dash format 514-448-0773, drop "Support 7j/7" overpromise. - Logo style fix: inline width:32px to beat Unlayer canvas CSS that was rendering brand pills full-width. Ignore template converter .bak-*.json backups. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.7 --- .gitignore | 4 + apps/ops/src/api/campaigns.js | 7 + .../campaigns/pages/CampaignDetailPage.vue | 11 +- .../campaigns/pages/CampaignNewPage.vue | 154 +++++++++++++++++- .../campaigns/templates/gift-email-en.html | 133 ++++++++------- .../campaigns/templates/gift-email-en.json | 21 ++- .../campaigns/templates/gift-email-fr.html | 123 +++++++------- .../campaigns/templates/gift-email-fr.json | 99 ++++++++++- services/targo-hub/lib/campaigns.js | 62 ++++++- .../targo-hub/templates/gift-email-en.html | 133 ++++++++------- .../targo-hub/templates/gift-email-en.json | 21 ++- .../targo-hub/templates/gift-email-fr.html | 123 +++++++------- .../targo-hub/templates/gift-email-fr.json | 99 ++++++++++- 13 files changed, 714 insertions(+), 276 deletions(-) diff --git a/.gitignore b/.gitignore index 2ba42d7..5025852 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,7 @@ scripts/migration/ref_invoice.pdf # Playwright snapshots .playwright-mcp/ + +# Auto-generated backups from scripts/convert-html-to-unlayer.js +services/targo-hub/templates/*.bak-*.json +services/targo-hub/templates/*.bak-*.html diff --git a/apps/ops/src/api/campaigns.js b/apps/ops/src/api/campaigns.js index a52402f..d4ae901 100644 --- a/apps/ops/src/api/campaigns.js +++ b/apps/ops/src/api/campaigns.js @@ -69,6 +69,13 @@ export function sendCampaign (id) { }) } +// Build the URL the browser hits to download the per-recipient CSV report +// (giftbit shortlink ↔ email ↔ name ↔ status). The hub serves it with the +// proper Content-Disposition so an click triggers a save. +export function campaignReportCsvUrl (id) { + return `${HUB_URL}/campaigns/${encodeURIComponent(id)}/report.csv` +} + // ── Image assets (self-hosted on the hub, for GrapesJS asset manager) ─────── export function listAssets () { diff --git a/apps/ops/src/modules/campaigns/pages/CampaignDetailPage.vue b/apps/ops/src/modules/campaigns/pages/CampaignDetailPage.vue index e34188c..cfa1836 100644 --- a/apps/ops/src/modules/campaigns/pages/CampaignDetailPage.vue +++ b/apps/ops/src/modules/campaigns/pages/CampaignDetailPage.vue @@ -5,6 +5,13 @@
{{ campaign?.name || id }}
+ + Télécharger le rapport (shortlinks Giftbit, emails, statuts d'envoi) + @@ -92,7 +99,7 @@ import { ref, computed, onMounted, onBeforeUnmount } from 'vue' import { useRoute } from 'vue-router' import { useQuasar } from 'quasar' -import { getCampaign, sendCampaign, campaignSseUrl } from 'src/api/campaigns' +import { getCampaign, sendCampaign, campaignSseUrl, campaignReportCsvUrl } from 'src/api/campaigns' const route = useRoute() const $q = useQuasar() @@ -131,6 +138,8 @@ function statusLabel (s) { } function shortLink (u) { return (u || '').replace(/^https?:\/\//, '').slice(0, 28) + ((u || '').length > 35 ? '…' : '') } +const reportCsvUrl = computed(() => campaignReportCsvUrl(id)) + const sentRatio = computed(() => { const total = campaign.value?.counters?.total || 1 const done = counterFor('sent') + counterFor('opened') + counterFor('clicked') diff --git a/apps/ops/src/modules/campaigns/pages/CampaignNewPage.vue b/apps/ops/src/modules/campaigns/pages/CampaignNewPage.vue index 226638a..5b4956a 100644 --- a/apps/ops/src/modules/campaigns/pages/CampaignNewPage.vue +++ b/apps/ops/src/modules/campaigns/pages/CampaignNewPage.vue @@ -73,6 +73,9 @@ + + Sauter l'import CSV et ajouter les destinataires un par un à l'étape suivante + @@ -157,9 +160,15 @@ -
- Association contact ↔ lien-cadeau - — vérifier avant d'approuver +
+
+ Association contact ↔ lien-cadeau + — vérifier avant d'approuver +
+ + + Ajouter un destinataire en saisissant les champs (sans passer par CSV) +
@@ -335,6 +345,71 @@ + + + + +
Ajouter un destinataire
+ + +
+ + +
+ + +
+ + + +
+ + +
+
+ + +
+
+ + Texte qui apparaîtra à la place de la variable {{amount}}. Laisse vide pour utiliser le montant de la campagne. + +
+
+ Ville et code postal ne s'affichent pas dans le courriel — + ils servent à éviter une confusion entre deux clients du même nom dans le tableau ci-dessous + et dans le rapport CSV. +
+
+ Aucun match ERPNext n'est tenté. + Seule l'adresse civique apparaît dans le courriel (variable {{description}}). +
+
+ + + +
+
+
+
+
+ + + + + + + +
+ + + + + + + +
+ + +
+ + + + + + + + + +
+ +
✅ Option 1
+ +
+ +
+ + +
+ +
+ + @@ -299,7 +353,7 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under
🎁 {{amount}} to spend at hundreds of your favorite stores

AmazonTim HortonsWalmartHome DepotIGAHome Hardwareand more
+ >🎁 {{amount}} to spend at hundreds of your favorite stores

Tim HortonsWalmartHome DepotIGAHome Hardwareand more
@@ -347,60 +401,6 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under - - - - - - - -
- - - - - - - -
- - -
- - - - - - - - - -
- -
✅ Option 1
- -
- -
- - -
- -
- - @@ -744,11 +744,10 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under
You're getting this email because you're a TARGO customer at {{description}}.
- Got a question? Shoot us an email at + Got a question? Feel free to email us at
support@targo.ca - or give us a call at - 514 448-0773. - We're here 7 days/week to help!
+ or call us at + 514-448-0773. diff --git a/scripts/campaigns/templates/gift-email-en.json b/scripts/campaigns/templates/gift-email-en.json index d6d90e5..960e6a7 100644 --- a/scripts/campaigns/templates/gift-email-en.json +++ b/scripts/campaigns/templates/gift-email-en.json @@ -20,7 +20,7 @@ "id": "HTML-1", "type": "html", "values": { - "html": "\n \n \n \n \n \n \n \n \n \n \n \n \n
\n Like you, we believe in steady connections — both the fiber kind and the human kind.\n
\n \n \n\n\n
\n
\n
\n \n \n\n
\n
\n
\n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n
\n
Like you, we believe in steady connections — both the fiber kind and the human kind.
\n \n \n \n \n \n \n \n
\n \n \n
\n \n \n \n
\n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Hey {{firstname}},
\n \n \n \n \n \n \n Summer's here, and we've got something special just for you — but only for a little while. \n Thanks for keeping it local — it means more than you think.
\n Like you, we believe in steady connections — both the fiber kind and the human kind.\n \n \n \n\n \n \n \n Because our customers trust us, we're now able to offer the fastest plans around, with speeds up to 3.5 Gbit/s.
\n Whether you're looking for more speed, want to beat another offer, or just need to optimize your gear, don't be shy! We're right next door — and we genuinely love lending a hand.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🎁 {{amount}} to spend at hundreds of your favorite stores

AmazonTim HortonsWalmartHome DepotIGAHome Hardwareand more
\n \n \n \n \n \n \n \n ⚡ Instantly available on Giftbit — just click your {{amount}} to claim it!\n \n \n \n \n \n \n \n 🤝 You just need to keep your subscription for {{commitment_months}} months or more.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ✅ Option 1
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🎁  {{amount}}\n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🪂 Cancellation before {{commitment_months}} months: only the prorated amount for the remaining months is refundable.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ⏭️ Option 2
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Do nothing. No changes to your current subscription.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🤝 Thanks for helping keep our local economy buzzing!
\n \n \n \n \n \n \n \n The TARGO Team\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n You're getting this email because you're a TARGO customer at {{description}}.
\n Got a question? Shoot us an email at\n support@targo.ca\n or give us a call at\n 514 448-0773.\n We're here 7 days/week to help!
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n www.targo.ca\n  ·  1867 ch. de la rivière, Ste-Clotilde, QC
\n © {{year}} TARGO Communications · All rights reserved.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n\n\n \n \n\n\n \n \n \n\n\n\n\n \n \n \n \n \n \n ", + "html": "\n \n \n \n \n \n \n \n \n \n \n \n \n
\n Because great connections aren't just about fiber — they're about people too.\n
\n \n \n\n\n
\n
\n
\n \n \n\n
\n
\n
\n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n
\n
Because great connections aren't just about fiber — they're about people too.
\n \n \n \n \n \n \n \n
\n \n \n
\n \n \n \n
\n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Hey {{firstname}},
\n \n \n \n \n \n \n Summer is here, and so is something special — for a limited time.\n Thank you for choosing local. Your support helps keep our community connected.
\n Because great connections aren't just about fiber — they're about people too.\n \n \n \n\n \n \n \n Because our customers trust us, we're now able to offer the fastest plans around, with speeds up to 3.5 Gbit/s.
\n Whether you're looking for more speed, want to beat another offer, or just need to optimize your gear, don't be shy! We're right next door — and we genuinely love lending a hand.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ✅ Option 1
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🎁 {{amount}} to spend at hundreds of your favorite stores

\"Tim\"Walmart\"\"Home\"IGA\"\"Homeand more
\n \n \n \n \n \n \n \n ⚡ Instantly available on Giftbit — just click your {{amount}} to claim it!\n \n \n \n \n \n \n \n 🤝 You just need to keep your subscription for {{commitment_months}} months or more.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🎁  {{amount}}\n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🪂 Cancellation before {{commitment_months}} months: only the prorated amount for the remaining months is refundable.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ⏭️ Option 2
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Do nothing. No changes to your current subscription.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🤝 Thanks for helping keep our local economy buzzing!
\n \n \n \n \n \n \n \n The TARGO Team\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n You're getting this email because you're a TARGO customer at {{description}}.
\n Got a question? Feel free to email us at\n support@targo.ca\n or call us at\n 514-448-0773.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n www.targo.ca\n  ·  1867 ch. de la rivière, Ste-Clotilde, QC
\n © {{year}} TARGO Communications · All rights reserved.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n\n\n \n \n\n\n \n \n \n\n\n\n\n \n \n \n \n \n \n ", "hideDesktop": false, "displayCondition": null, "containerPadding": "0px", @@ -48,7 +48,10 @@ "displayCondition": null, "columns": false, "backgroundColor": "", + "columnsBackgroundColor": "", "padding": "0px", + "anchor": "", + "hideDesktop": false, "_meta": { "htmlID": "u_row_1", "htmlClassNames": "u_row" @@ -62,18 +65,28 @@ } ], "values": { + "popupPosition": "center", + "popupWidth": "600px", + "popupHeight": "auto", + "borderRadius": "10px", + "contentAlign": "center", + "contentVerticalAlign": "center", "contentWidth": "600px", "fontFamily": { "label": "Plus Jakarta Sans", - "value": "'Plus Jakarta Sans', sans-serif" + "value": "'Plus Jakarta Sans', sans-serif", + "url": "https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:400,500,600,700" }, "textColor": "#1B2E24", + "popupBackgroundColor": "#FFFFFF", "backgroundColor": "#F5FAF7", - "preheaderText": "Like you, we believe in steady connections — both the fiber kind and the human kind.", + "preheaderText": "Because great connections aren't just about fiber — they're about people too.", "linkStyle": { "body": true, "linkColor": "#00C853", - "linkUnderline": true + "linkHoverColor": "#005026", + "linkUnderline": true, + "linkHoverUnderline": true }, "_meta": { "htmlID": "u_body", diff --git a/scripts/campaigns/templates/gift-email-fr.html b/scripts/campaigns/templates/gift-email-fr.html index c624383..cfab143 100644 --- a/scripts/campaigns/templates/gift-email-fr.html +++ b/scripts/campaigns/templates/gift-email-fr.html @@ -221,10 +221,10 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under align="left" style="font-size:0px;padding:10px 25px;padding-bottom:14px;word-break:break-word;" >
Avec l'arrivée de l'été, voici un cadeau pour toi, disponible pour un temps limité.
On veut te remercier pour ta loyauté envers l'achat local.
Comme toi, on aime les connexions stables et les relations durables.
@@ -237,7 +237,7 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under align="left" style="font-size:0px;padding:10px 25px;padding-bottom:0;word-break:break-word;" >
Grâce à la confiance de nos clients, on offre maintenant les forfaits à la plus haute vitesse dans le secteur, jusqu'à 3.5 Gbit/s.
+ style="font-family:Plus Jakarta Sans, Helvetica, Arial, sans-serif;font-size:16px;line-height:1.5;text-align:justify;color:#374151;">Grâce à la confiance de nos clients, on offre maintenant les forfaits à la plus haute vitesse dans le secteur, jusqu'à 3.5 Gbit/s.
Que tu souhaites plus de vitesse, battre une autre offre ou faire optimiser des équipements, n'hésite pas. On est juste à côté et on aime aider.
@@ -257,6 +257,60 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under + + + + + + + +
+ + + + + + + +
+ + +
+ + + + + + + + + +
+ +
✅ Option 1
+ +
+ +
+ + +
+ +
+ + @@ -299,7 +353,7 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under
🎁 {{amount}} chez des centaines de marques

AmazonTim HortonsWalmartHome DepotIGAHome Hardwareet plus
+ >🎁 {{amount}} chez des centaines de marques

Tim HortonsWalmartHome DepotIGAHome Hardwareet plus @@ -347,60 +401,6 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under - - - - - - - -
- - - - - - - -
- - -
- - - - - - - - - -
- -
✅ Option 1
- -
- -
- - -
- -
- - @@ -744,11 +744,10 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under
Tu reçois ce courriel parce que tu es client(e) TARGO à {{description}}.
- Une question ? Écris à + Une question ? N'hésite pas à nous écrire à support@targo.ca - ou appelle au - 514 448-0773. - Support 7j/7.
+ ou nous appeler au + 514-448-0773. diff --git a/scripts/campaigns/templates/gift-email-fr.json b/scripts/campaigns/templates/gift-email-fr.json index b2d5938..e274ff6 100644 --- a/scripts/campaigns/templates/gift-email-fr.json +++ b/scripts/campaigns/templates/gift-email-fr.json @@ -1 +1,98 @@ -{"counters":{"u_row":1,"u_column":1,"u_content_html":1},"body":{"id":"BODY-1","rows":[{"id":"ROW-1","cells":[1],"columns":[{"id":"COL-1","contents":[{"id":"HTML-1","type":"html","values":{"html":"
Comme toi, on aime les connexions stables et les relations durables.
\n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Bonjour {{firstname}},
\n \n \n \n \n \n \n Avec l'arrivée de l'été, voici un cadeau pour toi, disponible pour un temps limité. \n On veut te remercier pour ta loyauté envers l'achat local.
\n Comme toi, on aime les connexions stables et les relations durables.\n \n \n \n\n \n \n \n Grâce à la confiance de nos clients, on offre maintenant les forfaits à la plus haute vitesse dans le secteur, jusqu'à 3.5 Gbit/s.
\n Que tu souhaites plus de vitesse, battre une autre offre ou faire optimiser des équipements, n'hésite pas. On est juste à côté et on aime aider.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🎁 {{amount}} chez des centaines de marques

AmazonTim HortonsWalmartHome DepotIGAHome Hardwareet plus
\n \n \n \n \n \n \n \n ⚡ Disponible instantanément sur Giftbit en cliquant sur ton montant\n \n \n \n \n \n \n \n 🤝 Condition : Maintenir l'abonnement {{commitment_months}} mois ou +\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ✅ Option 1
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🎁  {{amount}}\n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🪂 Annulation avant {{commitment_months}} mois : seulement à rembourser au prorata des mois restants.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ⏭️ Option 2
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Ne rien faire. Aucun changement à ton abonnement actuel.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🤝 Merci de faire rouler l'économie de notre région avec nous !
\n \n \n \n \n \n \n \n L'équipe TARGO\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Tu reçois ce courriel parce que tu es client(e) TARGO à {{description}}.
\n Une question ? Écris à\n support@targo.ca\n ou appelle au\n 514 448-0773.\n Support 7j/7.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n www.targo.ca\n  ·  1867 ch. de la rivière, Ste-Clotilde, QC
\n © {{year}} TARGO Communications · Tous droits réservés.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","hideDesktop":false,"displayCondition":null,"_styleGuide":null,"containerPadding":"0px","anchor":"","_meta":{"htmlID":"u_content_html_1","htmlClassNames":"u_content_html"},"selectable":true,"draggable":true,"duplicatable":true,"deletable":true,"hideable":true,"locked":false}}],"values":{"_meta":{"htmlID":"u_column_1","htmlClassNames":"u_column"},"deletable":true,"padding":"20px 0px 0px"}}],"values":{"displayCondition":null,"columns":false,"_styleGuide":null,"backgroundColor":"","columnsBackgroundColor":"","backgroundImage":{"url":"","fullWidth":true,"repeat":"no-repeat","size":"custom","position":"center"},"padding":"0px","anchor":"","hideDesktop":false,"_meta":{"htmlID":"u_row_1","htmlClassNames":"u_row"},"selectable":true,"draggable":true,"duplicatable":true,"deletable":true,"hideable":true,"locked":false}}],"headers":[],"footers":[],"values":{"_styleGuide":null,"popupPosition":"center","popupDisplayDelay":0,"popupWidth":"600px","popupHeight":"auto","borderRadius":"10px","contentAlign":"center","contentVerticalAlign":"center","contentWidth":"600px","fontFamily":{"label":"Plus Jakarta Sans","value":"'Plus Jakarta Sans', sans-serif","url":"https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:400,500,600,700"},"textColor":"#1B2E24","popupBackgroundColor":"#FFFFFF","popupBackgroundImage":{"url":"","fullWidth":true,"repeat":"no-repeat","size":"cover","position":"center"},"popupOverlay_backgroundColor":"rgba(0, 0, 0, 0.1)","popupCloseButton_position":"top-right","popupCloseButton_backgroundColor":"#DDDDDD","popupCloseButton_iconColor":"#000000","popupCloseButton_borderRadius":"0px","popupCloseButton_margin":"0px","popupCloseButton_action":{"name":"close_popup","attrs":{"onClick":"document.querySelector('.u-popup-container').style.display = 'none';"}},"language":{},"backgroundColor":"#F5FAF7","preheaderText":"Comme toi, on aime les connexions stables et les relations durables.","linkStyle":{"body":true,"linkColor":"#00C853","linkHoverColor":"#005026","linkUnderline":true,"linkHoverUnderline":true},"backgroundImage":{"url":"","fullWidth":true,"repeat":"no-repeat","size":"custom","position":"center"},"accessibilityTitle":"","_meta":{"htmlID":"u_body","htmlClassNames":"u_body"}}},"schemaVersion":24} \ No newline at end of file +{ + "counters": { + "u_row": 1, + "u_column": 1, + "u_content_html": 1 + }, + "body": { + "id": "BODY-1", + "rows": [ + { + "id": "ROW-1", + "cells": [ + 1 + ], + "columns": [ + { + "id": "COL-1", + "contents": [ + { + "id": "HTML-1", + "type": "html", + "values": { + "html": "\n \n \n \n \n \n \n \n \n \n \n \n \n
\n Comme toi, on aime les connexions stables et les relations durables.\n
\n \n \n\n\n
\n
\n
\n \n \n\n
\n
\n
\n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n
\n
Comme toi, on aime les connexions stables et les relations durables.
\n \n \n \n \n \n \n \n
\n \n \n
\n \n \n \n
\n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Bonjour {{firstname}},
\n \n \n \n \n \n \n Avec l'arrivée de l'été, voici un cadeau pour toi, disponible pour un temps limité. \n On veut te remercier pour ta loyauté envers l'achat local.
\n Comme toi, on aime les connexions stables et les relations durables.\n \n \n \n\n \n \n \n Grâce à la confiance de nos clients, on offre maintenant les forfaits à la plus haute vitesse dans le secteur, jusqu'à 3.5 Gbit/s.
\n Que tu souhaites plus de vitesse, battre une autre offre ou faire optimiser des équipements, n'hésite pas. On est juste à côté et on aime aider.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ✅ Option 1
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🎁 {{amount}} chez des centaines de marques

\"Tim\"Walmart\"\"Home\"IGA\"\"Homeet plus
\n \n \n \n \n \n \n \n ⚡ Disponible instantanément sur Giftbit en cliquant sur ton montant\n \n \n \n \n \n \n \n 🤝 Condition : Maintenir l'abonnement {{commitment_months}} mois ou +\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🎁  {{amount}}\n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🪂 Annulation avant {{commitment_months}} mois : seulement à rembourser au prorata des mois restants.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ⏭️ Option 2
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Ne rien faire. Aucun changement à ton abonnement actuel.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🤝 Merci de faire rouler l'économie de notre région avec nous !
\n \n \n \n \n \n \n \n L'équipe TARGO\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Tu reçois ce courriel parce que tu es client(e) TARGO à {{description}}.
\n Une question ? N'hésite pas à nous écrire à\n support@targo.ca\n ou nous appeler au\n 514-448-0773.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n www.targo.ca\n  ·  1867 ch. de la rivière, Ste-Clotilde, QC
\n © {{year}} TARGO Communications · Tous droits réservés.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n\n\n \n \n\n\n \n \n \n\n\n\n\n \n \n \n \n \n \n ", + "hideDesktop": false, + "displayCondition": null, + "containerPadding": "0px", + "_meta": { + "htmlID": "u_content_html_1", + "htmlClassNames": "u_content_html" + }, + "selectable": true, + "draggable": true, + "duplicatable": true, + "deletable": true, + "hideable": true + } + } + ], + "values": { + "_meta": { + "htmlID": "u_column_1", + "htmlClassNames": "u_column" + } + } + } + ], + "values": { + "displayCondition": null, + "columns": false, + "backgroundColor": "", + "columnsBackgroundColor": "", + "padding": "0px", + "anchor": "", + "hideDesktop": false, + "_meta": { + "htmlID": "u_row_1", + "htmlClassNames": "u_row" + }, + "selectable": true, + "draggable": true, + "duplicatable": true, + "deletable": true, + "hideable": true + } + } + ], + "values": { + "popupPosition": "center", + "popupWidth": "600px", + "popupHeight": "auto", + "borderRadius": "10px", + "contentAlign": "center", + "contentVerticalAlign": "center", + "contentWidth": "600px", + "fontFamily": { + "label": "Plus Jakarta Sans", + "value": "'Plus Jakarta Sans', sans-serif", + "url": "https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:400,500,600,700" + }, + "textColor": "#1B2E24", + "popupBackgroundColor": "#FFFFFF", + "backgroundColor": "#F5FAF7", + "preheaderText": "Comme toi, on aime les connexions stables et les relations durables.", + "linkStyle": { + "body": true, + "linkColor": "#00C853", + "linkHoverColor": "#005026", + "linkUnderline": true, + "linkHoverUnderline": true + }, + "_meta": { + "htmlID": "u_body", + "htmlClassNames": "u_body" + } + } + }, + "schemaVersion": 12 +} \ No newline at end of file diff --git a/services/targo-hub/lib/campaigns.js b/services/targo-hub/lib/campaigns.js index b5b3e83..07b1d3a 100644 --- a/services/targo-hub/lib/campaigns.js +++ b/services/targo-hub/lib/campaigns.js @@ -805,13 +805,30 @@ async function sendCampaignAsync (id) { const lang = (r.language || 'fr').toLowerCase().split('-')[0] const tplText = getTpl(lang) + // Per-recipient amount override. Precedence: + // 1. r.amount — explicit override typed in the manual-add dialog + // 2. r.gift_value_cents → "$X" formatted (when CSV import set this) + // 3. p.amount — campaign default ("60 $" etc.) + // 4. "50 $" hard fallback + // This matters for manual recipients where a user pastes a $50 Giftbit + // link into a campaign whose params.amount defaults to "60 $". + let displayAmount = p.amount || '50 $' + if (r.amount) { + displayAmount = r.amount + } else if (r.gift_value_cents) { + const cents = Number(r.gift_value_cents) || 0 + // Cents are exact dollars when divisible, else 2-decimal + displayAmount = cents % 100 === 0 + ? `${cents / 100} $` + : `${(cents / 100).toFixed(2)} $` + } const vars = { firstname: r.firstname || (lang === 'en' ? 'dear customer' : 'cher client'), lastname: r.lastname || '', email: r.email, description: r.civic_address || '', gift_url: r.gift_url, - amount: p.amount || '50 $', + amount: displayAmount, expiry: p.expiry || '', commitment_months: p.commitment_months || '3', year: new Date().getFullYear(), @@ -834,7 +851,7 @@ async function sendCampaignAsync (id) { try { sendRes = await email.sendEmail({ to, - subject: p.subject || 'Un cadeau pour vous, de la part de TARGO', + subject: p.subject || 'Un cadeau pour toi, de la part de TARGO', html, from: p.from || cfg.MAIL_FROM, headers: { 'X-MJ-CustomID': customId }, @@ -1488,6 +1505,47 @@ async function handle (req, res, method, path) { // ── Per-campaign wildcard routes (MUST stay below the /templates and // /webhook fixed paths above, otherwise the wildcard captures them) ───── + // GET /campaigns/:id/report.csv — per-recipient report download + // Columns chosen for operational follow-up (resend, refund, support): + // row, firstname, lastname, email, phone, language, customer_id, civic_address, + // postal_code, gift_value_cents, gift_url, giftbit_uuid, status, excluded, + // sent_at, opened_at, clicked_at, mailjet_uuid, error + // RFC 4180: comma-separated, CRLF endings, fields with comma/quote/newline get + // wrapped in double quotes with embedded " doubled up. We prepend a UTF-8 BOM + // so Excel auto-detects encoding and renders accents correctly. + const reportMatch = path.match(/^\/campaigns\/([^/]+)\/report\.csv$/) + if (reportMatch && method === 'GET') { + const c = loadCampaign(reportMatch[1]) + if (!c) return json(res, 404, { error: 'not found' }) + const headers = [ + 'row', 'firstname', 'lastname', 'email', 'phone', 'language', 'customer_id', + 'civic_address', 'city', 'postal_code', 'gift_value_cents', 'gift_url', 'giftbit_uuid', + 'status', 'excluded', 'sent_at', 'opened_at', 'clicked_at', 'mailjet_uuid', 'error', + ] + const esc = (v) => { + if (v == null) return '' + const s = String(v) + return /[",\r\n]/.test(s) ? '"' + s.replace(/"/g, '""') + '"' : s + } + const lines = [headers.join(',')] + for (const r of (c.recipients || [])) { + lines.push([ + r.row_index, r.firstname, r.lastname, r.email, r.phone, r.language, r.customer_id, + r.civic_address, r.city, r.postal_code, r.gift_value_cents, r.gift_url, r.giftbit_uuid, + r.status, r.excluded ? 'true' : 'false', r.sent_at, r.opened_at, r.clicked_at, + r.mailjet_uuid, r.error, + ].map(esc).join(',')) + } + const csv = '' + lines.join('\r\n') + '\r\n' + const safeName = (c.name || c.id).replace(/[^a-zA-Z0-9._-]+/g, '_').slice(0, 80) + res.writeHead(200, { + 'Content-Type': 'text/csv; charset=utf-8', + 'Content-Disposition': `attachment; filename="campaign-${safeName}.csv"`, + 'Cache-Control': 'no-store', + }) + return res.end(csv) + } + // GET /campaigns/:id — full detail const detailMatch = path.match(/^\/campaigns\/([^/]+)$/) if (detailMatch && method === 'GET') { diff --git a/services/targo-hub/templates/gift-email-en.html b/services/targo-hub/templates/gift-email-en.html index 46a4085..ba956d7 100644 --- a/services/targo-hub/templates/gift-email-en.html +++ b/services/targo-hub/templates/gift-email-en.html @@ -76,7 +76,7 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under - Like you, we believe in steady connections — both the fiber kind and the human kind. + Because great connections aren't just about fiber — they're about people too. @@ -102,7 +102,7 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under
-
Like you, we believe in steady connections — both the fiber kind and the human kind.
+
Because great connections aren't just about fiber — they're about people too.
Summer's here, and we've got something special just for you — but only for a little while.
+ style="font-family:Plus Jakarta Sans, Helvetica, Arial, sans-serif;font-size:16px;line-height:1.5;text-align:justify;color:#374151;" + >Summer is here, and so is something special — for a limited time.
Thanks for keeping it local — it means more than you think.
- Like you, we believe in steady connections — both the fiber kind and the human kind.
+ style="font-family:Plus Jakarta Sans, Helvetica, Arial, sans-serif;font-size:16px;font-weight:500;line-height:1.5;text-align:justify;color:#1B2E24;" + >Thank you for choosing local. Your support helps keep our community connected.
+ Because great connections aren't just about fiber — they're about people too.
@@ -237,7 +237,7 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under align="left" style="font-size:0px;padding:10px 25px;padding-bottom:0;word-break:break-word;" >
Because our customers trust us, we're now able to offer the fastest plans around, with speeds up to 3.5 Gbit/s.
+ style="font-family:Plus Jakarta Sans, Helvetica, Arial, sans-serif;font-size:16px;line-height:1.5;text-align:justify;color:#374151;">Because our customers trust us, we're now able to offer the fastest plans around, with speeds up to 3.5 Gbit/s.
Whether you're looking for more speed, want to beat another offer, or just need to optimize your gear, don't be shy! We're right next door — and we genuinely love lending a hand.
@@ -257,6 +257,60 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under + + + + + + + +
+ + + + + + + +
+ + +
+ + + + + + + + + +
+ +
✅ Option 1
+ +
+ +
+ + +
+ +
+ + @@ -299,7 +353,7 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under
🎁 {{amount}} to spend at hundreds of your favorite stores

AmazonTim HortonsWalmartHome DepotIGAHome Hardwareand more
+ >🎁 {{amount}} to spend at hundreds of your favorite stores

Tim HortonsWalmartHome DepotIGAHome Hardwareand more @@ -347,60 +401,6 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under - - - - - - - -
- - - - - - - -
- - -
- - - - - - - - - -
- -
✅ Option 1
- -
- -
- - -
- -
- - @@ -744,11 +744,10 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under
You're getting this email because you're a TARGO customer at {{description}}.
- Got a question? Shoot us an email at + Got a question? Feel free to email us at support@targo.ca - or give us a call at - 514 448-0773. - We're here 7 days/week to help!
+ or call us at + 514-448-0773. diff --git a/services/targo-hub/templates/gift-email-en.json b/services/targo-hub/templates/gift-email-en.json index d6d90e5..960e6a7 100644 --- a/services/targo-hub/templates/gift-email-en.json +++ b/services/targo-hub/templates/gift-email-en.json @@ -20,7 +20,7 @@ "id": "HTML-1", "type": "html", "values": { - "html": "\n \n \n \n \n \n \n \n \n \n \n \n \n
\n Like you, we believe in steady connections — both the fiber kind and the human kind.\n
\n \n \n\n\n
\n
\n
\n \n \n\n
\n
\n
\n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n
\n
Like you, we believe in steady connections — both the fiber kind and the human kind.
\n \n \n \n \n \n \n \n
\n \n \n
\n \n \n \n
\n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Hey {{firstname}},
\n \n \n \n \n \n \n Summer's here, and we've got something special just for you — but only for a little while. \n Thanks for keeping it local — it means more than you think.
\n Like you, we believe in steady connections — both the fiber kind and the human kind.\n \n \n \n\n \n \n \n Because our customers trust us, we're now able to offer the fastest plans around, with speeds up to 3.5 Gbit/s.
\n Whether you're looking for more speed, want to beat another offer, or just need to optimize your gear, don't be shy! We're right next door — and we genuinely love lending a hand.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🎁 {{amount}} to spend at hundreds of your favorite stores

AmazonTim HortonsWalmartHome DepotIGAHome Hardwareand more
\n \n \n \n \n \n \n \n ⚡ Instantly available on Giftbit — just click your {{amount}} to claim it!\n \n \n \n \n \n \n \n 🤝 You just need to keep your subscription for {{commitment_months}} months or more.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ✅ Option 1
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🎁  {{amount}}\n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🪂 Cancellation before {{commitment_months}} months: only the prorated amount for the remaining months is refundable.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ⏭️ Option 2
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Do nothing. No changes to your current subscription.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🤝 Thanks for helping keep our local economy buzzing!
\n \n \n \n \n \n \n \n The TARGO Team\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n You're getting this email because you're a TARGO customer at {{description}}.
\n Got a question? Shoot us an email at\n support@targo.ca\n or give us a call at\n 514 448-0773.\n We're here 7 days/week to help!
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n www.targo.ca\n  ·  1867 ch. de la rivière, Ste-Clotilde, QC
\n © {{year}} TARGO Communications · All rights reserved.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n\n\n \n \n\n\n \n \n \n\n\n\n\n \n \n \n \n \n \n ", + "html": "\n \n \n \n \n \n \n \n \n \n \n \n \n
\n Because great connections aren't just about fiber — they're about people too.\n
\n \n \n\n\n
\n
\n
\n \n \n\n
\n
\n
\n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n
\n
Because great connections aren't just about fiber — they're about people too.
\n \n \n \n \n \n \n \n
\n \n \n
\n \n \n \n
\n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Hey {{firstname}},
\n \n \n \n \n \n \n Summer is here, and so is something special — for a limited time.\n Thank you for choosing local. Your support helps keep our community connected.
\n Because great connections aren't just about fiber — they're about people too.\n \n \n \n\n \n \n \n Because our customers trust us, we're now able to offer the fastest plans around, with speeds up to 3.5 Gbit/s.
\n Whether you're looking for more speed, want to beat another offer, or just need to optimize your gear, don't be shy! We're right next door — and we genuinely love lending a hand.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ✅ Option 1
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🎁 {{amount}} to spend at hundreds of your favorite stores

\"Tim\"Walmart\"\"Home\"IGA\"\"Homeand more
\n \n \n \n \n \n \n \n ⚡ Instantly available on Giftbit — just click your {{amount}} to claim it!\n \n \n \n \n \n \n \n 🤝 You just need to keep your subscription for {{commitment_months}} months or more.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🎁  {{amount}}\n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🪂 Cancellation before {{commitment_months}} months: only the prorated amount for the remaining months is refundable.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ⏭️ Option 2
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Do nothing. No changes to your current subscription.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🤝 Thanks for helping keep our local economy buzzing!
\n \n \n \n \n \n \n \n The TARGO Team\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n You're getting this email because you're a TARGO customer at {{description}}.
\n Got a question? Feel free to email us at\n support@targo.ca\n or call us at\n 514-448-0773.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n www.targo.ca\n  ·  1867 ch. de la rivière, Ste-Clotilde, QC
\n © {{year}} TARGO Communications · All rights reserved.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n\n\n \n \n\n\n \n \n \n\n\n\n\n \n \n \n \n \n \n ", "hideDesktop": false, "displayCondition": null, "containerPadding": "0px", @@ -48,7 +48,10 @@ "displayCondition": null, "columns": false, "backgroundColor": "", + "columnsBackgroundColor": "", "padding": "0px", + "anchor": "", + "hideDesktop": false, "_meta": { "htmlID": "u_row_1", "htmlClassNames": "u_row" @@ -62,18 +65,28 @@ } ], "values": { + "popupPosition": "center", + "popupWidth": "600px", + "popupHeight": "auto", + "borderRadius": "10px", + "contentAlign": "center", + "contentVerticalAlign": "center", "contentWidth": "600px", "fontFamily": { "label": "Plus Jakarta Sans", - "value": "'Plus Jakarta Sans', sans-serif" + "value": "'Plus Jakarta Sans', sans-serif", + "url": "https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:400,500,600,700" }, "textColor": "#1B2E24", + "popupBackgroundColor": "#FFFFFF", "backgroundColor": "#F5FAF7", - "preheaderText": "Like you, we believe in steady connections — both the fiber kind and the human kind.", + "preheaderText": "Because great connections aren't just about fiber — they're about people too.", "linkStyle": { "body": true, "linkColor": "#00C853", - "linkUnderline": true + "linkHoverColor": "#005026", + "linkUnderline": true, + "linkHoverUnderline": true }, "_meta": { "htmlID": "u_body", diff --git a/services/targo-hub/templates/gift-email-fr.html b/services/targo-hub/templates/gift-email-fr.html index c624383..cfab143 100644 --- a/services/targo-hub/templates/gift-email-fr.html +++ b/services/targo-hub/templates/gift-email-fr.html @@ -221,10 +221,10 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under align="left" style="font-size:0px;padding:10px 25px;padding-bottom:14px;word-break:break-word;" >
Avec l'arrivée de l'été, voici un cadeau pour toi, disponible pour un temps limité.
On veut te remercier pour ta loyauté envers l'achat local.
Comme toi, on aime les connexions stables et les relations durables.
@@ -237,7 +237,7 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under align="left" style="font-size:0px;padding:10px 25px;padding-bottom:0;word-break:break-word;" >
Grâce à la confiance de nos clients, on offre maintenant les forfaits à la plus haute vitesse dans le secteur, jusqu'à 3.5 Gbit/s.
+ style="font-family:Plus Jakarta Sans, Helvetica, Arial, sans-serif;font-size:16px;line-height:1.5;text-align:justify;color:#374151;">Grâce à la confiance de nos clients, on offre maintenant les forfaits à la plus haute vitesse dans le secteur, jusqu'à 3.5 Gbit/s.
Que tu souhaites plus de vitesse, battre une autre offre ou faire optimiser des équipements, n'hésite pas. On est juste à côté et on aime aider.
@@ -257,6 +257,60 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under + + + + + + + +
+ + + + + + + +
+ + +
+ + + + + + + + + +
+ +
✅ Option 1
+ +
+ +
+ + +
+ +
+ + @@ -299,7 +353,7 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under
🎁 {{amount}} chez des centaines de marques

AmazonTim HortonsWalmartHome DepotIGAHome Hardwareet plus
+ >🎁 {{amount}} chez des centaines de marques

Tim HortonsWalmartHome DepotIGAHome Hardwareet plus @@ -347,60 +401,6 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under - - - - - - - -
- - - - - - - -
- - -
- - - - - - - - - -
- -
✅ Option 1
- -
- -
- - -
- -
- - @@ -744,11 +744,10 @@ table, td { color: #1B2E24; } #u_body a { color: #00C853; text-decoration: under
Tu reçois ce courriel parce que tu es client(e) TARGO à {{description}}.
- Une question ? Écris à + Une question ? N'hésite pas à nous écrire à support@targo.ca - ou appelle au - 514 448-0773. - Support 7j/7.
+ ou nous appeler au + 514-448-0773. diff --git a/services/targo-hub/templates/gift-email-fr.json b/services/targo-hub/templates/gift-email-fr.json index b2d5938..e274ff6 100644 --- a/services/targo-hub/templates/gift-email-fr.json +++ b/services/targo-hub/templates/gift-email-fr.json @@ -1 +1,98 @@ -{"counters":{"u_row":1,"u_column":1,"u_content_html":1},"body":{"id":"BODY-1","rows":[{"id":"ROW-1","cells":[1],"columns":[{"id":"COL-1","contents":[{"id":"HTML-1","type":"html","values":{"html":"
Comme toi, on aime les connexions stables et les relations durables.
\n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Bonjour {{firstname}},
\n \n \n \n \n \n \n Avec l'arrivée de l'été, voici un cadeau pour toi, disponible pour un temps limité. \n On veut te remercier pour ta loyauté envers l'achat local.
\n Comme toi, on aime les connexions stables et les relations durables.\n \n \n \n\n \n \n \n Grâce à la confiance de nos clients, on offre maintenant les forfaits à la plus haute vitesse dans le secteur, jusqu'à 3.5 Gbit/s.
\n Que tu souhaites plus de vitesse, battre une autre offre ou faire optimiser des équipements, n'hésite pas. On est juste à côté et on aime aider.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🎁 {{amount}} chez des centaines de marques

AmazonTim HortonsWalmartHome DepotIGAHome Hardwareet plus
\n \n \n \n \n \n \n \n ⚡ Disponible instantanément sur Giftbit en cliquant sur ton montant\n \n \n \n \n \n \n \n 🤝 Condition : Maintenir l'abonnement {{commitment_months}} mois ou +\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ✅ Option 1
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🎁  {{amount}}\n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🪂 Annulation avant {{commitment_months}} mois : seulement à rembourser au prorata des mois restants.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ⏭️ Option 2
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Ne rien faire. Aucun changement à ton abonnement actuel.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🤝 Merci de faire rouler l'économie de notre région avec nous !
\n \n \n \n \n \n \n \n L'équipe TARGO\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Tu reçois ce courriel parce que tu es client(e) TARGO à {{description}}.
\n Une question ? Écris à\n support@targo.ca\n ou appelle au\n 514 448-0773.\n Support 7j/7.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n www.targo.ca\n  ·  1867 ch. de la rivière, Ste-Clotilde, QC
\n © {{year}} TARGO Communications · Tous droits réservés.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","hideDesktop":false,"displayCondition":null,"_styleGuide":null,"containerPadding":"0px","anchor":"","_meta":{"htmlID":"u_content_html_1","htmlClassNames":"u_content_html"},"selectable":true,"draggable":true,"duplicatable":true,"deletable":true,"hideable":true,"locked":false}}],"values":{"_meta":{"htmlID":"u_column_1","htmlClassNames":"u_column"},"deletable":true,"padding":"20px 0px 0px"}}],"values":{"displayCondition":null,"columns":false,"_styleGuide":null,"backgroundColor":"","columnsBackgroundColor":"","backgroundImage":{"url":"","fullWidth":true,"repeat":"no-repeat","size":"custom","position":"center"},"padding":"0px","anchor":"","hideDesktop":false,"_meta":{"htmlID":"u_row_1","htmlClassNames":"u_row"},"selectable":true,"draggable":true,"duplicatable":true,"deletable":true,"hideable":true,"locked":false}}],"headers":[],"footers":[],"values":{"_styleGuide":null,"popupPosition":"center","popupDisplayDelay":0,"popupWidth":"600px","popupHeight":"auto","borderRadius":"10px","contentAlign":"center","contentVerticalAlign":"center","contentWidth":"600px","fontFamily":{"label":"Plus Jakarta Sans","value":"'Plus Jakarta Sans', sans-serif","url":"https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:400,500,600,700"},"textColor":"#1B2E24","popupBackgroundColor":"#FFFFFF","popupBackgroundImage":{"url":"","fullWidth":true,"repeat":"no-repeat","size":"cover","position":"center"},"popupOverlay_backgroundColor":"rgba(0, 0, 0, 0.1)","popupCloseButton_position":"top-right","popupCloseButton_backgroundColor":"#DDDDDD","popupCloseButton_iconColor":"#000000","popupCloseButton_borderRadius":"0px","popupCloseButton_margin":"0px","popupCloseButton_action":{"name":"close_popup","attrs":{"onClick":"document.querySelector('.u-popup-container').style.display = 'none';"}},"language":{},"backgroundColor":"#F5FAF7","preheaderText":"Comme toi, on aime les connexions stables et les relations durables.","linkStyle":{"body":true,"linkColor":"#00C853","linkHoverColor":"#005026","linkUnderline":true,"linkHoverUnderline":true},"backgroundImage":{"url":"","fullWidth":true,"repeat":"no-repeat","size":"custom","position":"center"},"accessibilityTitle":"","_meta":{"htmlID":"u_body","htmlClassNames":"u_body"}}},"schemaVersion":24} \ No newline at end of file +{ + "counters": { + "u_row": 1, + "u_column": 1, + "u_content_html": 1 + }, + "body": { + "id": "BODY-1", + "rows": [ + { + "id": "ROW-1", + "cells": [ + 1 + ], + "columns": [ + { + "id": "COL-1", + "contents": [ + { + "id": "HTML-1", + "type": "html", + "values": { + "html": "\n \n \n \n \n \n \n \n \n \n \n \n \n
\n Comme toi, on aime les connexions stables et les relations durables.\n
\n \n \n\n\n
\n
\n
\n \n \n\n
\n
\n
\n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n
\n
Comme toi, on aime les connexions stables et les relations durables.
\n \n \n \n \n \n \n \n
\n \n \n
\n \n \n \n
\n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Bonjour {{firstname}},
\n \n \n \n \n \n \n Avec l'arrivée de l'été, voici un cadeau pour toi, disponible pour un temps limité. \n On veut te remercier pour ta loyauté envers l'achat local.
\n Comme toi, on aime les connexions stables et les relations durables.\n \n \n \n\n \n \n \n Grâce à la confiance de nos clients, on offre maintenant les forfaits à la plus haute vitesse dans le secteur, jusqu'à 3.5 Gbit/s.
\n Que tu souhaites plus de vitesse, battre une autre offre ou faire optimiser des équipements, n'hésite pas. On est juste à côté et on aime aider.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ✅ Option 1
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🎁 {{amount}} chez des centaines de marques

\"Tim\"Walmart\"\"Home\"IGA\"\"Homeet plus
\n \n \n \n \n \n \n \n ⚡ Disponible instantanément sur Giftbit en cliquant sur ton montant\n \n \n \n \n \n \n \n 🤝 Condition : Maintenir l'abonnement {{commitment_months}} mois ou +\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🎁  {{amount}}\n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🪂 Annulation avant {{commitment_months}} mois : seulement à rembourser au prorata des mois restants.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ⏭️ Option 2
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Ne rien faire. Aucun changement à ton abonnement actuel.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 🤝 Merci de faire rouler l'économie de notre région avec nous !
\n \n \n \n \n \n \n \n L'équipe TARGO\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Tu reçois ce courriel parce que tu es client(e) TARGO à {{description}}.
\n Une question ? N'hésite pas à nous écrire à\n support@targo.ca\n ou nous appeler au\n 514-448-0773.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n www.targo.ca\n  ·  1867 ch. de la rivière, Ste-Clotilde, QC
\n © {{year}} TARGO Communications · Tous droits réservés.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n\n\n \n \n\n\n \n \n \n\n\n\n\n \n \n \n \n \n \n ", + "hideDesktop": false, + "displayCondition": null, + "containerPadding": "0px", + "_meta": { + "htmlID": "u_content_html_1", + "htmlClassNames": "u_content_html" + }, + "selectable": true, + "draggable": true, + "duplicatable": true, + "deletable": true, + "hideable": true + } + } + ], + "values": { + "_meta": { + "htmlID": "u_column_1", + "htmlClassNames": "u_column" + } + } + } + ], + "values": { + "displayCondition": null, + "columns": false, + "backgroundColor": "", + "columnsBackgroundColor": "", + "padding": "0px", + "anchor": "", + "hideDesktop": false, + "_meta": { + "htmlID": "u_row_1", + "htmlClassNames": "u_row" + }, + "selectable": true, + "draggable": true, + "duplicatable": true, + "deletable": true, + "hideable": true + } + } + ], + "values": { + "popupPosition": "center", + "popupWidth": "600px", + "popupHeight": "auto", + "borderRadius": "10px", + "contentAlign": "center", + "contentVerticalAlign": "center", + "contentWidth": "600px", + "fontFamily": { + "label": "Plus Jakarta Sans", + "value": "'Plus Jakarta Sans', sans-serif", + "url": "https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:400,500,600,700" + }, + "textColor": "#1B2E24", + "popupBackgroundColor": "#FFFFFF", + "backgroundColor": "#F5FAF7", + "preheaderText": "Comme toi, on aime les connexions stables et les relations durables.", + "linkStyle": { + "body": true, + "linkColor": "#00C853", + "linkHoverColor": "#005026", + "linkUnderline": true, + "linkHoverUnderline": true + }, + "_meta": { + "htmlID": "u_body", + "htmlClassNames": "u_body" + } + } + }, + "schemaVersion": 12 +} \ No newline at end of file