Flow Overview
The objective of this flow is to push people:
Scenario A: if they are not signed up, to provide their contact & afterwards sign up
Scenario B:if they are signed up, but not opted in, to opt in. There are 3 layers in this case:
No opt in
Only push opt in
Email opt in
Reference:
Scenario A:
Entry Criteria:
Everyone who start a session, but doesn’t have a user ID associated and/or email address is blank
...
If web user: QR code to download the app & regular sign up flow
...
Scenario B:
Option 1: no opt in at all
Entry Criteria:
Start session + Segmentation - no opt in
...
Next: the user should receive the marketing emails & promo
Option 2: only email opt in
Entry Criteria:
Start session + is part of the segment “Only email opt in” (therefore, he will have marketingEmail = true and marketingPush = false)
...
Next: they should not receive the welcome flow (as they were already part of comms before)
Option 3: only push opt in
Entry Criteria:
Start session + is part of the segment “Only push opt in” (therefore, he will have marketingPush = true and marketingEmail= false)
...
This should update their attribute in the marketingEmail
The email field should be prefilled (as the guest is already opted in)
...
Next: they should not receive the welcome flow (as they were already part of comms before)
...