Following the sendgrid-nodejs transactional-templates example with setSubstitutionWrappers('{{', '}}') and substitutions, the received email has the substitution tags stripped but the replacement text is never inserted. The example in USE_CASES.md was followed without changes. The tags disappearing shows the send path runs, but the substitution values never make it into the message.