_+_
_+_5mo ago

_+_ - @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:
Hi @+ , You can use the loop node and send the array from body, and pass the item in the Sendgrid node. to address.
No description
Jump to solution
10 Replies
Solution
Gaurav Chadha
Gaurav Chadha5mo ago
Hi @+ , You can use the loop node and send the array from body, and pass the item in the Sendgrid node. to address.
No description
_+_
_+_5mo ago
and this makes 3 separate calls to the template? one for each email
Gaurav Chadha
Gaurav Chadha5mo ago
It will make one single request to the endpoint, and 3 iterative execution on the sendgrid node.
_+_
_+_5mo ago
sorry, really struggling with this. I appreciate your patience
_+_
_+_5mo ago
I'm getting this:
No description
_+_
_+_5mo ago
guessing I got that because I didn't put anything in the test body. so I entered the info and now this:
No description
_+_
_+_5mo ago
oh I see what it was Really appreciate your help!
Gaurav Chadha
Gaurav Chadha5mo ago
Yes, directly the emails array should work. Happy to help.
Bhavya
Bhavya5mo ago
Hey @+, we have now updated the Sendgrid nodes to take in a list of email addresses as input. Thank you for pointing this out! :)
No description
_+_
_+_5mo ago
Fantastic!