Send a email via a rest endpoint

Hi there,

I only have a rest endpoint of our email service and I want to wrap the dashboard/charts in the body and "post" to that endpoint.

Is that possible in Metabase or which part in the source code I can modify to achieve this?

Thanks

Hi @neild
Metabase currently only support SMTP for email. You would have create a lot of code to do something like that. It would be "easier" for you to built a SMTP-to-REST layer - that's still a big task.
https://github.com/metabase/metabase/issues/2298 - upvote by clicking :+1: on the first post

1 Like

Thank you. Yep, I probably will go for building a SMTP server and forward the email to the endpoint.