You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subsitution tags specified in the personalizations array are not being substituted using sendMultiple. Also, only the first object of personalizations is used, resulting in only a single email being sent instead of multiple.
Steps to Reproduce
Send an email using sendMultiple including substitutions for each element in the personalizations field.
Look at received email, the substitution tags are not replaced
I support this issue - substitutions are not working in the text content while they work in the html content. When both types of content are present then it depends on what email app recipients use. Mac's Mail app by default shows only text content when both text and html content is present. As substitutions are not working in text content then it seems that they do not work at all. If a user uses another email app like Gmail, then they see only html content even if text content is present. As in the HTML content substitutions are working so they may not understand what the problem is with not working substitutions.
Please fix the issue with substitutions in text content or at least update your documentation so users know about this issue.
Issue Summary
Subsitution tags specified in the
personalizations
array are not being substituted usingsendMultiple
. Also, only the first object ofpersonalizations
is used, resulting in only a single email being sent instead of multiple.Steps to Reproduce
sendMultiple
including substitutions for each element in thepersonalizations
field.Code Snippet
Technical details:
The text was updated successfully, but these errors were encountered: