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
When I try to send the email I got the following issue in the response:
field: "personalizations.0.to"
help: "http://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/errors.html#message.personalizations.to"
message: "The to array is required for all personalization objects, and must have at least one email object with a valid email address."
Based on the response there is a missing to in personalizations array at position 0 but it seems inconsistant because is actually present.
I guess the issue does not reflect the real issue is happening behind the scene.
Do you have any idea what is wrong about it?
Cheers
The text was updated successfully, but these errors were encountered:
Hello community,
I have this payload in nodeJS and I am using
@sendgrid/mail/7.6.1
library (node v.18.15.0):When I try to send the email I got the following issue in the response:
Based on the response there is a missing
to
in personalizations array at position 0 but it seems inconsistant because is actually present.I guess the issue does not reflect the real issue is happening behind the scene.
Do you have any idea what is wrong about it?
Cheers
The text was updated successfully, but these errors were encountered: