Setting up a distributed API pipeline just to send an email, while some SMTP configuration is already in place, seems ridiculously complicated for low volumes of messages.
Let’s follow up the general feature request for email confirmations in
and continue here with a PoC to demonstrate to send those messages via an HTTP API.
I suspect there might have to be an intermediary service/function that converts the Webhook JSON into a fully fledged email message by filling a template, before sending it out.
