Sending mail to multiple recipient via strapi admin

Currently building my second backend api on strapi and I’m facing an issue here. My question is;
Is it possible to send email via any provider (ie Sendgrid) to multiple recipients via the admin. So basically I want to be able to select multiple recipients and then send them the mail.

I’ve seen how you can send via lifecycle hooks but the aim is to do so via admin