Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
How to add unsubscribe links to a suitescripted email?
There's more to it than that, but the end result is to have the unsubscribe links populated into the email template.
The caveat is we need to render the template PRIOR to sending it via email using the template renderer because we are adding custom data sources to pass into the template. In order to do this, our only option with suitescript is to use with N/email "send" or "sendBulk" as these options allow us to pass in the template "body" (already rendered). It appears the only way to get the unsubscribe links to appear is to use the "sendCampaignEvent" method, however that does not allow us to pass in a rendered "body" and only allows the campaign event ID which
0