Context (already Implemented ticket) → Existing New Market Setup Requirement: NMS-370 → Communication Preferences; merge push and email |
---|
Requested Feature | Set both |
Description | Change Updated Agreement / Marketing comms checkbox to also consider marketingPush. Currently, it checks only Ensure Salesforce Push Notifications SDK is enabling customers permission and receiving notification. |
Purpose | Capture more customer permissions for marketing push too (beside marketingEmail - agreement v2). |
User problem | Customers need to go to comms preferences and enable push notifications. Long journey to enable push. |
User value | Customers get push notifications easier. |
Assumptions | For emails: CRM providers (Braze and Salesforce) are consuming the For push: Existing EMEA CRM providers (not salesforce) consume
|
Not doing | Trigger Email notifications to the customer. Responsible: CRM provider Trigger Push notifications to the customer. Responsible: CRM provider |
Acceptance criteria |
Under Review with Paula Winter (Unlicensed) :
|
High Level Estimation
0,5 sprint for Design and Tech Refinement
1 sprint for Development and Testing
Total: 1,5 sprint
Acceptance Criteria:
If the user checks the option “receive marketing notifications” on Sign up, on update agreements modal or on user prefereces, the attributes must be updated on Dynamo:
push_subscribe: subscribed
marketingPush: true
rewardsPush: true
If the user does not check on Sign up or on update agreements modal and uncheck on user preferences, the attributs must br updated on Dynamo
push_subscribe: unsubscribed
marketingPush: false
rewardsPush: false
Add Comment