Hello, I just started using this SDK and I saw on the USE CASES file: https://github.com/sendgrid/sendgrid-nodejs/blob/master/packages/mail/USE_CASES.md#kitchen-sink---an-example-with-all-settings-used
That there is an object called "trackingSettings", but on this file there is no example on how to use it:
trackingSettings: {},
Can someone give me some tip on how to configure this object to get "Open" and "Click" event tracking enabled?
"trackingSettings": {
"clickTracking": {
"enable": true
},
"openTracking": {
"enable": true
},
"subscriptionTracking": {
"enable": true
}
}
Done.
Awesome! Would you mind creating a PR to update our documentation?
Most helpful comment
Done.