Generate report automatically

This is a enquiry not an error to fix:
I am running ver 3.4.x on CentOs 7
Is it possible to generate automatically a timed report with Zammad, in example each week, and send it to an user?

Through API only as I know

1 Like

OK, so have I to simulate a request from GUI, correct?

Basically yes.

api_v1_reports_generate POST                    /api/v1/reports/generate(.:format)                                                       reports#generate
api_v1_reports_sets POST|GET                    /api/v1/reports/sets(.:format) 

Lurking in the developer console of your browser (network tab) will greatly help you to fiddle the right information together.

The API-intro may help too:
https://docs.zammad.org/en/latest/api/intro.html

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.