diff --git a/collections/business/general-notifications/event-general-notifications/pp-ach-exceptions-created/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/pp-ach-exceptions-created/event-general-notifications.json index d400e18..4c0907d 100644 --- a/collections/business/general-notifications/event-general-notifications/pp-ach-exceptions-created/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/pp-ach-exceptions-created/event-general-notifications.json @@ -37,6 +37,21 @@ "locale": "en_US" } ] + }, + { + "channel": "push", + "channelSettings": "pp-ach-exceptions-created/push/push_channel-settings.json", + "isEnabledByDefault": true, + "routeInfo": { + "whereTo": "positive-pay-ach-active-exceptions-view", + "data": "" + }, + "engagementTemplates": [ + { + "path": "/pp-ach-exceptions-created/push/en_US/engagement-template.json", + "locale": "en_US" + } + ] } ] } diff --git a/collections/business/general-notifications/event-general-notifications/pp-ach-exceptions-created/pp-ach-exceptions-created/push/en_US/engagement-template.json b/collections/business/general-notifications/event-general-notifications/pp-ach-exceptions-created/pp-ach-exceptions-created/push/en_US/engagement-template.json new file mode 100644 index 0000000..7037162 --- /dev/null +++ b/collections/business/general-notifications/event-general-notifications/pp-ach-exceptions-created/pp-ach-exceptions-created/push/en_US/engagement-template.json @@ -0,0 +1,4 @@ +{ + "title": "ACH exception(s) to resolve", + "body": "You have new exception(s) to pay or reject." +} \ No newline at end of file diff --git a/collections/business/general-notifications/event-general-notifications/pp-ach-exceptions-created/pp-ach-exceptions-created/push/push_channel-settings.json b/collections/business/general-notifications/event-general-notifications/pp-ach-exceptions-created/pp-ach-exceptions-created/push/push_channel-settings.json new file mode 100644 index 0000000..2c7291f --- /dev/null +++ b/collections/business/general-notifications/event-general-notifications/pp-ach-exceptions-created/pp-ach-exceptions-created/push/push_channel-settings.json @@ -0,0 +1,22 @@ +{ + "appName": "model-bank", + "payload": { + "android": { + "settings": { + "sound": "default", + "color": "#FFE5CC", + "icon": "hello" + } + }, + "ios": { + "settings": { + "category": "PP_ACH_EXCEPTIONS_CREATED_CATEGORY", + "sound": "bingbong.aiff", + "interruption-level": "active" + } + }, + "data": { + "level": "INFO" + } + } +} \ No newline at end of file diff --git a/collections/business/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/event-general-notifications.json index d31bac0..902a557 100644 --- a/collections/business/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/event-general-notifications.json @@ -37,6 +37,21 @@ "locale": "en_US" } ] + }, + { + "channel": "push", + "channelSettings": "pp-ach-upcoming-cut-off-time/push/push_channel-settings.json", + "isEnabledByDefault": true, + "routeInfo": { + "whereTo": "positive-pay-ach-active-exceptions-view", + "data": "" + }, + "engagementTemplates": [ + { + "path": "/pp-ach-upcoming-cut-off-time/push/en_US/engagement-template.json", + "locale": "en_US" + } + ] } ] } diff --git a/collections/business/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/pp-ach-upcoming-cut-off-time/push/en_US/engagement-template.json b/collections/business/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/pp-ach-upcoming-cut-off-time/push/en_US/engagement-template.json new file mode 100644 index 0000000..d2e7b0f --- /dev/null +++ b/collections/business/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/pp-ach-upcoming-cut-off-time/push/en_US/engagement-template.json @@ -0,0 +1,4 @@ +{ + "title": "Pending ACH exceptions", + "body": "You have active exception(s) to pay or reject before default system decision at {{{event.cutOffTime}}}." +} \ No newline at end of file diff --git a/collections/business/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/pp-ach-upcoming-cut-off-time/push/push_channel-settings.json b/collections/business/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/pp-ach-upcoming-cut-off-time/push/push_channel-settings.json new file mode 100644 index 0000000..f1a1daf --- /dev/null +++ b/collections/business/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/pp-ach-upcoming-cut-off-time/push/push_channel-settings.json @@ -0,0 +1,22 @@ +{ + "appName": "model-bank", + "payload": { + "android": { + "settings": { + "sound": "default", + "color": "#FFE5CC", + "icon": "hello" + } + }, + "ios": { + "settings": { + "category": "PP_ACH_UPCOMING_CUT_OFF_TIME_CATEGORY", + "sound": "bingbong.aiff", + "interruption-level": "active" + } + }, + "data": { + "level": "INFO" + } + } +} \ No newline at end of file diff --git a/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-exceptions-created/event-general-notifications.json b/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-exceptions-created/event-general-notifications.json index a79e2b0..ea340b3 100644 --- a/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-exceptions-created/event-general-notifications.json +++ b/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-exceptions-created/event-general-notifications.json @@ -38,6 +38,21 @@ "locale": "en_US" } ] + }, + { + "channel": "push", + "channelSettings": "pp-ach-exceptions-created-business/push/push_channel-settings.json", + "isEnabledByDefault": true, + "routeInfo": { + "whereTo": "positive-pay-ach-active-exceptions-view", + "data": "" + }, + "engagementTemplates": [ + { + "path": "/pp-ach-exceptions-created-business/push/en_US/engagement-template.json", + "locale": "en_US" + } + ] } ] } diff --git a/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-exceptions-created/pp-ach-exceptions-created-business/push/en_US/engagement-template.json b/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-exceptions-created/pp-ach-exceptions-created-business/push/en_US/engagement-template.json new file mode 100644 index 0000000..7037162 --- /dev/null +++ b/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-exceptions-created/pp-ach-exceptions-created-business/push/en_US/engagement-template.json @@ -0,0 +1,4 @@ +{ + "title": "ACH exception(s) to resolve", + "body": "You have new exception(s) to pay or reject." +} \ No newline at end of file diff --git a/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-exceptions-created/pp-ach-exceptions-created-business/push/push_channel-settings.json b/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-exceptions-created/pp-ach-exceptions-created-business/push/push_channel-settings.json new file mode 100644 index 0000000..4952bac --- /dev/null +++ b/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-exceptions-created/pp-ach-exceptions-created-business/push/push_channel-settings.json @@ -0,0 +1,22 @@ +{ + "appName": "model-bank-business", + "payload": { + "android": { + "settings": { + "sound": "default", + "color": "#FFE5CC", + "icon": "hello" + } + }, + "ios": { + "settings": { + "category": "PP_ACH_EXCEPTIONS_CREATED_CATEGORY", + "sound": "bingbong.aiff", + "interruption-level": "active" + } + }, + "data": { + "level": "INFO" + } + } +} \ No newline at end of file diff --git a/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/event-general-notifications.json b/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/event-general-notifications.json index 493eda5..d30d612 100644 --- a/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/event-general-notifications.json +++ b/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/event-general-notifications.json @@ -38,6 +38,21 @@ "locale": "en_US" } ] + }, + { + "channel": "push", + "channelSettings": "pp-ach-upcoming-cut-off-time-business/push/push_channel-settings.json", + "isEnabledByDefault": true, + "routeInfo": { + "whereTo": "positive-pay-ach-active-exceptions-view", + "data": "" + }, + "engagementTemplates": [ + { + "path": "/pp-ach-upcoming-cut-off-time-business/push/en_US/engagement-template.json", + "locale": "en_US" + } + ] } ] } diff --git a/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/pp-ach-upcoming-cut-off-time-business/push/en_US/engagement-template.json b/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/pp-ach-upcoming-cut-off-time-business/push/en_US/engagement-template.json new file mode 100644 index 0000000..d2e7b0f --- /dev/null +++ b/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/pp-ach-upcoming-cut-off-time-business/push/en_US/engagement-template.json @@ -0,0 +1,4 @@ +{ + "title": "Pending ACH exceptions", + "body": "You have active exception(s) to pay or reject before default system decision at {{{event.cutOffTime}}}." +} \ No newline at end of file diff --git a/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/pp-ach-upcoming-cut-off-time-business/push/push_channel-settings.json b/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/pp-ach-upcoming-cut-off-time-business/push/push_channel-settings.json new file mode 100644 index 0000000..1ffcc85 --- /dev/null +++ b/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-upcoming-cut-off-time/pp-ach-upcoming-cut-off-time-business/push/push_channel-settings.json @@ -0,0 +1,22 @@ +{ + "appName": "model-bank-business", + "payload": { + "android": { + "settings": { + "sound": "default", + "color": "#FFE5CC", + "icon": "hello" + } + }, + "ios": { + "settings": { + "category": "PP_ACH_UPCOMING_CUT_OFF_TIME_CATEGORY", + "sound": "bingbong.aiff", + "interruption-level": "active" + } + }, + "data": { + "level": "INFO" + } + } +} \ No newline at end of file