_+_ - @Gaurav Chadha can you explain in more de...
@Gaurav Chadha can you explain in more detail how to send multiple email recipients to the sendgrid node? using a loop will make 3 separate calls to sendgrid right? the template accepts up to 100 emails, is it a Buildship node limitation that only one address can be entered?
Solution:Jump to solution
Hi @+ , You can use the loop node and send the array from body, and pass the
item
in the Sendgrid node. to address.10 Replies
Solution
Hi @+ , You can use the loop node and send the array from body, and pass the
item
in the Sendgrid node. to address.and this makes 3 separate calls to the template? one for each email
It will make one single request to the endpoint, and 3 iterative execution on the sendgrid node.
sorry, really struggling with this. I appreciate your patience
I'm getting this:
guessing I got that because I didn't put anything in the test body. so I entered the info and now this:
oh I see what it was
Really appreciate your help!
Yes, directly the emails array should work.
Happy to help.
Hey @+, we have now updated the Sendgrid nodes to take in a list of email addresses as input. Thank you for pointing this out! :)
Fantastic!