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
I'm trying to minimize the number of requests I send for performance. I have a list of emails I want to send where the same email address may show up multiple times, but with different content (and therefore different recipient variables). Is there any way I can use variables for multiple emails for the same email address?
For example, if I'm going to send three emails to two people, the variables might look like this:
Even though the same template is used for each recipient, and the same variables are used, different values are used, even when the recipient is the same. Right now, the second line will overwrite the first (understandably), but I'm looking for a way around that. Hopefully that made sense. Thanks!
The text was updated successfully, but these errors were encountered:
I'm trying to minimize the number of requests I send for performance. I have a list of emails I want to send where the same email address may show up multiple times, but with different content (and therefore different recipient variables). Is there any way I can use variables for multiple emails for the same email address?
For example, if I'm going to send three emails to two people, the variables might look like this:
Even though the same template is used for each recipient, and the same variables are used, different values are used, even when the recipient is the same. Right now, the second line will overwrite the first (understandably), but I'm looking for a way around that. Hopefully that made sense. Thanks!
The text was updated successfully, but these errors were encountered: