SendGrid V3

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:

  1. You’re missing a return here: return wixData.query(‘Subscribers’)

  2. You’re missing a return here: return sendEmail(Subject, body, Recipient)