Hi,
With the scheduled automatic reporting/emailing feature, can the recipients be dynamically generated, based on the data in the DB?
Consider i have data like this:
Date User Event
12/02/17 Bob ProfileViewed
15/02/17 Bob ProfileViewed
14/02/17 Alice ProfileClicked
Data is basically tracking of events for "Users".
At the end of the month, i would then like to individually email Bob and Alice giving them a summary of their data.
The next month, there might be more users/events, so they should also be emailed their subset of data.
Is this possible? Or does the recipient list need to be 'fixed'.
We basically want to email our customers (who dynamically grow each month in the DB) monthly with a report of their data (and
only their data).
Hope that makes sense.
Thanks!