I tried to send this
{
to: 'sendgridtesting@gmail.com',
from: 'noreply@me.com',
templateId: 'd-571a6815c9ae46f1b9485622561ba033',
subject: 'Chapter Member Count Alert',
dynamicTemplateData: { chapterName: 'Rock of the Marne', minimumMembersThreshold: 15 }
}
to await SendGrid.send({
but we get no subject in email
also, the only way I can get your email functionality to work, luckily is to use the oneimport on the right hand side, otherwise the import is undefined
