-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VOYAGE-1530: add engagement types to oneruntime
- Loading branch information
Showing
2 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
56 changes: 56 additions & 0 deletions
56
collections/oneruntime/engagement-types/engagement-types/engagement-types.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters