Automation of reports created in dashboards

There are 4 reports present in a dashboard in Metabase. I want to download all the 4 reports in a single pdf and send it across the team through email at a scheduled time(weekly/monthly) . How can we do it in a automated fashion?

Hi @abhi1986
You would have to create something with Puppeteer or Selenium or similar if you need PDF:
https://github.com/metabase/metabase/issues/10022 - upvote by clicking :+1: on the first post
If you want to send a dashboard, then 0.38.0 introduced Dashboard Subscriptions:
https://www.metabase.com/blog/Metabase-0.38/index.html