diff --git a/collections/oneruntime/engagement-types/engagement-types/engagement-types.json b/collections/oneruntime/engagement-types/engagement-types/engagement-types.json new file mode 100644 index 0000000..48da1bc --- /dev/null +++ b/collections/oneruntime/engagement-types/engagement-types/engagement-types.json @@ -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 + } + ] + } +] \ No newline at end of file diff --git a/collections/retail/engagement-types/engagement-types/engagement-types.json b/collections/retail/engagement-types/engagement-types/engagement-types.json index 21d64fb..48da1bc 100644 --- a/collections/retail/engagement-types/engagement-types/engagement-types.json +++ b/collections/retail/engagement-types/engagement-types/engagement-types.json @@ -5,7 +5,7 @@ "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", @@ -13,7 +13,7 @@ "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",