Send dashboard subscription mail programatically

Hi all.

I'm a new user of Metabase and i find it very interesting.
I already created dashboards and I receive scheduled notification mails with dashboard subscriptions.
My question is : is it possible to trigger the sending of these mails programatically?
I searched through the API documentation but found nothing relevant.

Thanks for your help.

Ilalaina.

Hi @ilalaina
That's currently not possible, but there's a request for it:
https://github.com/metabase/metabase/issues/5772 - upvote by clicking :+1: on the first post
You can however use POST /api/pulse/test as a workaround.

1 Like

Thank you.