From 37ac0ff9d004f5c8799b7201110b22ea6b5f1336 Mon Sep 17 00:00:00 2001 From: nickrobin Date: Thu, 9 Dec 2021 10:18:20 -0500 Subject: [PATCH] adding set subscription group method (#14) * adding set subscription group method extending the functionality here to allow customers to set a subscription group ID * Update braze-templates/4-sms-capture-modal/index.html Co-authored-by: davidbielik * Update README.md Co-authored-by: davidbielik --- braze-templates/4-sms-capture-modal/README.md | 2 ++ braze-templates/4-sms-capture-modal/index.html | 3 +++ 2 files changed, 5 insertions(+) diff --git a/braze-templates/4-sms-capture-modal/README.md b/braze-templates/4-sms-capture-modal/README.md index bfa6f67..244f28d 100644 --- a/braze-templates/4-sms-capture-modal/README.md +++ b/braze-templates/4-sms-capture-modal/README.md @@ -1,3 +1,5 @@ +> ⚠️ Note: Subscription Groups were introduced in Android SDK v15.0.0, Web SDK v3.4.0, and iOS SDK v4.3.3. Please ensure your SDKs are up to date, or apply filters to your message's targeting. + screenshot * Supports multiple country codes and validation diff --git a/braze-templates/4-sms-capture-modal/index.html b/braze-templates/4-sms-capture-modal/index.html index cb72eb6..7a698bf 100644 --- a/braze-templates/4-sms-capture-modal/index.html +++ b/braze-templates/4-sms-capture-modal/index.html @@ -20,6 +20,7 @@ [ ] Upload and swap out all images (eg: https://via.placeholder.com/450 -> your new image URL) [ ] Change the `href="#"` to `href="https://your-link" or `href="your://deeplink"` [ ] Change button text + [ ] Set the variable subscriptionGroupId as your target Subscription Group ID --> @@ -571,6 +572,7 @@

Thanks for signing up!

});