Moralis.Cloud.sendEmail not present in moralis/node

I’m trying to send email from my webhook using Moralis.Cloud.sendEmail but the function is not defined in the module. What am I missing?

I guess it makes sense since there are no sendgrid keys on my own servers. I’ll just use nodemailer.

Hi @acorredor

If you want to use Moralis.Cloud.sendEmail you need to input your sendgrid key to the server settings

@Yomoo I already have that set up. I was referring to using it in webhooks. I’m using my own TypeScript code for a better DX and I realized there’s no access to sendEmail in moralis/node.

But it’s fine. I can use nodemailer.