When I use the Sendgrid Node, I sometimes dont know the recipients until Runtime.
Those recipients I retrieve from a global JSON array.
I then loop through that array and send one email to each email address in the array.
Is there a way I can just plug the array into the Sendgrid Node’s To or CC field and it would add them as additional CC or TO recipients?
How can I programatically send one email to multiple TO or CC recipients?
I did some testing and was able to send emails to 3 addresses by putting an array of emails on the payload, and then using {{data.emails}} in the “To” field.