One Click Unsubscribe BLDR package
Follow instructions to install/setup bldr cli.
bldr install https://github.com/basetime/SFMC_OneClick_Unsubscribe
bldr deploy
Field | Field Type | Length | Default | Primary Key |
---|---|---|---|---|
subscriberId | Text | 255 | ||
emailAddress | EmailAddress | 255 | X | |
channel | Text | 255 | X | |
unsubscribed | Boolean | false | ||
statusUpdatedDate | Date | Current Date |
The following assets will need to be created manually as there is no API to create CloudPage/CodeResource assets:
This OneClick Unsubscribe package allows for configuration on sub-brand and localization levels based on folder structure. All configuration updates are locate under Content Builder/BLDR_OneClick_Unsub_Pkg/configuration...
. In the configuration
folder, you will find a default setting of default/en-us
. When no brand is provided, this will be the default fallback.
- To add a new
sub-brand
, create a new folder underconfiguration
- To add a new
locale
create a new folder under thesub-brand
folder
The OneClick Unsubscribe has two configuration files:
Key | Description |
---|---|
branding | |
>> brandName | Name of main brand |
>> websiteURL | URL for links |
>> supportDarkMode | Toggle darkmode support |
>> default / dark | Logo/color options |
>> >> logo | Image URL of logo |
>> >> Colors | |
>> >> >> navBackground | Navigation Bar Background Color |
>> >> >> btnBackground | Button Background Color |
>> >> >> btnTextWhite | Toggle button text white |
dataExtension | |
>> preferenceCenterExternalKey | External Key of Pref Center DE |
apiBaseURL | URL of CodeResource Page |
actionToggles | |
>> unsubscribe | Take action on unsubscribe |
>> enforceValidation | |
>> >> subscriberId | Require visitor has subscriberId |
>> >> jobId | Require visitor has jobId |
Key | Description |
---|---|
channels | |
>> unsubscribe | |
>> >> headline | Headline copy for CloudPage |
>> >> copy | Main copy for CloudPage |
unauthorized | |
>> icon | Icon shown for unauthorized visit |
>> copy | Copy shown for unauthorized visit |
legal | |
>> copy | Legal Copy in Footer |