Ian Goldstein
Ian Goldstein
instead of trying to redirect to https
https://github.com/salesforce/refocus/network/alert/package.json/sequelize/open
Make "sub" a Map and update the addSubstitution method and setSubstitutions methods accordingly.
``` List vals = new List { 'val1', 'val2', 'val3' }; email.addSubstitution('sub', vals); ``` The above code will add the "sub" JSON but will only have "val3" in the substitution...