79095955

Date: 2024-10-16 22:12:50
Score: 0.5
Natty:
Report link

The SendGrid C# library now has ASM (Advanced Subscription Management) implemented as a property of the "SendGridMessage" object:

SendGridMessage message = MailHelper.CreateSingleTemplateEmail(from, to, templateId, dynamicTemplateData);
message.Asm = new ASM() { GroupId = 123, GroupsToDisplay = new List<int>() { 123, 456 } };
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: John Trenwith