I haven’t gone over the entire code details, but anyway I think it’ll be easier to install @sendgrid/mail npm and work with it.
A few comment s:
-
You’re missing a return here: return wixData.query(‘Subscribers’)
-
You’re missing a return here: return sendEmail(Subject, body, Recipient)