Questions tagged [sendgrid-nodejs]

2 questions
1
vote
1 answer

SendGrid: Disable Clicktrack using Node

I am using the sendgrid-nodejs library to send emails using SendGrid. I want to disable click-tracking on a per-email basis. I understand that you can include an attribute within dynamic templates to disable click tracking: Click tracking can be…
Crayons
  • 1,906
  • 1
  • 14
  • 35
0
votes
1 answer

How to provide dynamic_template_data without hardcoding it?

TLDR; How do I fetch my dynamic_template_data from an API call instead of hardcoding it? I am using the node.js implementation. I am following the How to send email with dynamic templates guide. According to the docs... In order to send dynamic…