We have >100 recipients that we need to email reports to, ideally in PDF format.
We are considering the following options:
- use the metabase emailing / subscription which does not seem to have a supported API yet: Send Subscription/Pulse/Alert via the API · Issue #5772 · metabase/metabase · GitHub this would likely only have images, not PDFs
- run a container with a headless browser to access "Export as PDF" inside metabase . Alternative we might download the image and then convert to pdf with imagemagick or similar tools.
Does anybody have recommendations / experiences for either solution 1 or 2?