Send Email (standard)

This API template is a very basic version of sending an email with SendGrid, if you would like to learn more about the different parameters you can use with the SendGrid API, you can view the SendGrid documentation here: https://www.twilio.com/docs/sendgrid/api-reference/mail-send/mail-send

Body parameters

to_email

In this field you should enter the email of the recipient.


subject

In this field you should enter the email subject.


email_content

In this field you should enter the content of the email.


from_email

In this field you should enter an email that has sender authentication in your SendGrid account, you can verify an individual email address or a domain in SendGrid here: https://app.sendgrid.com/settings/sender_auth


from_name

In this field you should enter the name of the person or entity that the email is being sent from.

Last updated