library · inferred from evidence
sendgrid-nodejs
A Node.js library for interacting with SendGrid's email service.
- Subject not being set when using SendGrid dynamic templates
With dynamic transactional templates, the `subject` property of the send request is ignored; the subject comes from the template's own subject field. Fix: in the SendGrid template editor, set the subject line to `{{subject}}`, then pass the
- SendGrid substitutions not working: tags removed but text not inserted
SendGrid substitutions not working: tags removed but text not inserted. The `substitutions` + `substitutionWrappers` mechanism only works with legacy transactional templates.