Thanks for your prompt reply. I'll go ahead and make some scripts on the outside calling jsreport pr client as you suggest. Should not be overly complex, was just wondering of there already was a way to handle this as an integrated part of jsreport.
helgef
@helgef
Posts made by helgef
-
RE: Automated monthly induvidual emailed reports to ~1000 users
-
Automated monthly induvidual emailed reports to ~1000 users
Hi!
Im trying to find a solution to our reporting needs. Looking to send individual reports via emails to about 1000 clients. I've played around with jsreport some, and been able to create a template that should work for us, and I've also read through your tutorial covering this case and it all looks very straight forward and pleasurable to work with.However - I have some questions on how to approach setting this up in production with this many individual subscribers. I'd like for jsreport to pull data from a API i plan to implement for the purpose.
I could include all data in one big JSON with one object for each customer with the customer email as one of the fields, but I have not found any way to render several reports from the same "beforeRender" function. I guess I could also set up the "slicing" outside of jsreports and push one client at the time to jsreport, but then how would I know how to send requests at the optimal time to not choke the server?
Im sure there are simple solutions to my issues - any pointers on where to look?