


How to set the "reply to" for a delivery dynamically through workflow?
around the lines of delivery.mailParameters.replyAddress = 'david@test.com';
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Hello @David__Garcia
You can try this.
var delivery=nms.delivery.load("DELIVERY_TEPMPLATE_PRIMARY_KEY");
delivery.mailParameters.replyAddress="david@test.com";
delivery.save();
Let me know if that works.
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
I already tried that before posting the question.
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes