You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add this sublist functionality, propose adding an includes reference:
KeyUser-All:
users: [SomeOther-CustomerA, SomeOther-CustomerB] // These are included usersincludes: [KeyUsers-CustomerA, KeyUsers-CustomerB] // These are included list
Happy to proceed forward to implement these changes both on FE and BE. Happy for any other suggestions on this before getting started
it is ok to have includes for nesting lists in lists
Add in list editing subscribers management
Add in list editing includes management.
Add in list editing includes in parents lists.
Add in list editing exclude subscribers;
Any parent list inherited tags (or) of its child lists.
Subscribers only can accept subscription to leaf lists.
root or parents lists can have also direct subscribers.
When sending newsletters to parents lists, exclude multiple send if subscribers are in more child lists; (on the fly list creation while sending newsletter)?
Pay attention for logging of sent newsletter for lists modification after sending;
Pay attention to circular nesting;
Example:
List
KeyUsers-CustomerA: [KU-Subscriber1@CustomerA, KU-Subscriber2@CustomerA, KU-Subscriber3@CustomerA]
KeyUsers-CustomerB: [KU-Subscriber4@CustomerB, KU-Subscriber5@CustomerB]
KeyUsers-CustomerC: [KU-Subscriber6@CustomerC, KU-Subscriber7@CustomerC, KU-Subscriber8@CustomerC]
We need to create a new list: KeyUser-All: [KeyUsers-CustomerA,KeyUsers-CustomerB,KeyUsers-CustomerC]
thks
The text was updated successfully, but these errors were encountered: