Skip to content

Commit

Permalink
VOYAGE-1530: add engagement types to oneruntime
Browse files Browse the repository at this point in the history
  • Loading branch information
ksenmal committed Dec 3, 2024
1 parent a364c47 commit be687af
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
[
{
"engagement":"custom",
"title":"Custom",
"description":"App maintenance, new products, new features, branch maintenance and more could all be used for this type",
"userPreferenceEnabled":false,
"activeByDefault":true,
"channels":["message-center","banner","push", "overlays"]
},
{
"engagement":"offers",
"title":"Product Offers",
"description":"This engagement type is for when you’re looking to upsell, cross sell or start a new selling product",
"userPreferenceEnabled":true,
"activeByDefault":true,
"channels":["message-center","banner","push", "overlays"],
"subTypes":[
{
"engagement":"checking",
"title":"Checking",
"userPreferenceEnabled":true,
"activeByDefault":true
},
{
"engagement":"saving",
"title":"Savings",
"userPreferenceEnabled":true,
"activeByDefault":true
},
{
"engagement":"mortgages",
"title":"Mortgages",
"userPreferenceEnabled":true,
"activeByDefault":true
},
{
"engagement":"loans",
"title":"Loans",
"userPreferenceEnabled":true,
"activeByDefault":true
},
{
"engagement":"investing",
"title":"Investing",
"userPreferenceEnabled":true,
"activeByDefault":true
},
{
"engagement":"credit-cards",
"title":"Credit Cards",
"userPreferenceEnabled":true,
"activeByDefault":true
}
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"description":"App maintenance, new products, new features, branch maintenance and more could all be used for this type",
"userPreferenceEnabled":false,
"activeByDefault":true,
"channels":["message-center","banner"]
"channels":["message-center","banner","push", "overlays"]
},
{
"engagement":"offers",
"title":"Product Offers",
"description":"This engagement type is for when you’re looking to upsell, cross sell or start a new selling product",
"userPreferenceEnabled":true,
"activeByDefault":true,
"channels":["message-center","banner"],
"channels":["message-center","banner","push", "overlays"],
"subTypes":[
{
"engagement":"checking",
Expand Down

0 comments on commit be687af

Please sign in to comment.