I want to add a name to my \"from\" field using the SendGrid API, but I do not know how to do this. I tried setting the \"from\" parameter in sendgrid.send to <
sendgrid.send
If you are using the nodejs Helper library, use the following arguments:
from_email = new helper.Email("email@domain.com", "Email Name");