From 1e6061fc57e2897ceaa854f7733f9371d0c8fd08 Mon Sep 17 00:00:00 2001
From: DKeatonDC <165526945+DKeatonDC@users.noreply.github.com>
Date: Sun, 6 Sep 2026 20:23:52 -0400
Subject: [PATCH 1/3] Restores changes made in PR 115
---
.../default/flows/Unsubscribe_Link_Setup.flow-meta.xml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/flows/Unsubscribe_Link_Setup.flow-meta.xml b/force-app/main/default/flows/Unsubscribe_Link_Setup.flow-meta.xml
index d185c5a..3768e69 100644
--- a/force-app/main/default/flows/Unsubscribe_Link_Setup.flow-meta.xml
+++ b/force-app/main/default/flows/Unsubscribe_Link_Setup.flow-meta.xml
@@ -815,8 +815,9 @@
$Organization.Name
- Company name as it will appear on the unsubscribe confirmation page:
+ What is your organization or company name?
InputField
+ <p>This name will appear to email recipients who click the unsubscribe link. If you want recipients to see a different name, please write it below.</p>
UseStoredValues
false
@@ -873,7 +874,7 @@
displayPublicIds
- <p><strong style="font-size: 16px;">Great! That part is done.</strong></p><p><br></p><p><strong style="font-size: 16px;">Last step</strong></p><p><span style="color: rgb(0, 0, 0);">The Unsubscribe Link uses a 64 digit random id on each contact and lead, called Public_Id__c.</span></p><p><span style="color: rgb(0, 0, 0);">This may take a little while. You will receive an email when it is done.</span></p><p><span style="color: rgb(0, 0, 0);">After this, two record triggered flows will automatically create public ids when new contacts and leads are created.</span></p><p><br></p><p><span style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);">Click next to populate the public ids on all your records now.</span></p>
+ <p><strong style="font-size: 16px;">Great! That part is done.</strong></p><p><br></p><p><strong style="font-size: 16px;">Last step</strong></p><p><span style="color: rgb(0, 0, 0);">The Unsubscribe Link uses a 32 digit random id on each contact and lead, called Public_Id__c.</span></p><p><span style="color: rgb(0, 0, 0);">This may take a little while. You will receive an email when it is done.</span></p><p><span style="color: rgb(0, 0, 0);">After this, two record triggered flows will automatically create public ids when new contacts and leads are created.</span></p><p><br></p><p><span style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);">Click next to populate the public ids on all your records now.</span></p>
DisplayText
true
@@ -929,12 +930,12 @@
Screen1PreviewDisplayText
- <p><strong style="font-size: 16px;">PREVIEW</strong></p><p><em style="background-color: rgb(255, 255, 255); color: rgb(68, 68, 68);">This page allows the recipient to confirm before opting out. </em></p><p><span style="background-color: rgb(255, 255, 255); color: rgb(68, 68, 68);">{!horizontalLine1}</span></p><p><br></p><p><span style="font-size: 20px;">{!var_FinalRecord.Screen_1_Part_1__c} georgeB@bbbl.org </span><span style="font-size: 20px; color: rgb(68, 68, 68); background-color: rgb(255, 255, 255);">{!var_FinalRecord.Screen_1_Part_2__c} </span></p>
+ <p><strong style="font-size: 20px;">Optional Opt-Out Page</strong></p><p><br></p><p>By default, email recipients are unsubscribed immediately upon clicking on the link. If you want the recipient to visit a confirmation page before unsubscribing, you can create one below. </p><p><br></p><p><a href="https://blog.google/products/gmail/gmail-security-authentication-spam-protection/" rel="noopener noreferrer" target="_blank" style="background-color: transparent; font-size: 14px;">Gmail wants you to make it easier to unsubscribe</a><span style="background-color: transparent; font-size: 14px;"> with "one click" email opt-out so we advise against adding in this page. </span></p><p><br></p><p><span style="background-color: rgb(255, 255, 255); color: rgb(68, 68, 68);">{!horizontalLine1}</span></p><p><strong style="font-size: 20px;">PREVIEW</strong></p><p><br></p><p><span style="font-size: 20px;">{!var_FinalRecord.Screen_1_Part_1__c} georgeB@bbbl.org </span><span style="font-size: 20px; background-color: rgb(255, 255, 255); color: rgb(68, 68, 68);">{!var_FinalRecord.Screen_1_Part_2__c} </span></p>
DisplayText
googlewarning
- <p>{!horizontalLine1}</p><p><a href="https://blog.google/products/gmail/gmail-security-authentication-spam-protection/" rel="noopener noreferrer" target="_blank" style="background-color: transparent; font-size: 14px;">Gmail wants you to make it easier to unsubscribe</a><span style="background-color: transparent; font-size: 14px;"> with "one click" email opt-out so we advise against adding in this page. </span></p>
+ <p>{!horizontalLine1}</p><p><br></p>
DisplayText
From d8e356eb07f16b7d7cc58be29ab9ba4a27900027 Mon Sep 17 00:00:00 2001
From: DKeatonDC <165526945+DKeatonDC@users.noreply.github.com>
Date: Sun, 6 Sep 2026 20:27:21 -0400
Subject: [PATCH 2/3] Default for confirmation page is now set to no.
---
.../main/default/flows/Unsubscribe_Link_Setup.flow-meta.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/force-app/main/default/flows/Unsubscribe_Link_Setup.flow-meta.xml b/force-app/main/default/flows/Unsubscribe_Link_Setup.flow-meta.xml
index 3768e69..afb5594 100644
--- a/force-app/main/default/flows/Unsubscribe_Link_Setup.flow-meta.xml
+++ b/force-app/main/default/flows/Unsubscribe_Link_Setup.flow-meta.xml
@@ -943,9 +943,7 @@
Yes
No
String
-
- var_FinalRecord.Confirmation_Page__c
-
+ No
Do you want to include this confirmation page?
DropdownBox
UseStoredValues
From d6a2103933df31b98a56f3e2b88797dba43393cd Mon Sep 17 00:00:00 2001
From: DKeatonDC <165526945+DKeatonDC@users.noreply.github.com>
Date: Mon, 7 Sep 2026 06:49:40 -0400
Subject: [PATCH 3/3] Made one small change to include "Organization or Company
Name" (that language was used elsewhere and reflects "voice" of app)
---
.../main/default/flows/Unsubscribe_Link_Setup.flow-meta.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/force-app/main/default/flows/Unsubscribe_Link_Setup.flow-meta.xml b/force-app/main/default/flows/Unsubscribe_Link_Setup.flow-meta.xml
index afb5594..b439931 100644
--- a/force-app/main/default/flows/Unsubscribe_Link_Setup.flow-meta.xml
+++ b/force-app/main/default/flows/Unsubscribe_Link_Setup.flow-meta.xml
@@ -1210,7 +1210,7 @@
var_FinalRecord.Our_Organization__c
- Company Name
+ Organization or Company Name
InputField
<p>When someone clicks the unsubscribe link they will see a confirmation page that includes your company's name.</p>
UseStoredValues