| Name | Type | Description | Notes |
|---|---|---|---|
| from_email_name | Option<String> | The email name portion of the sending email address. e.g.: from_email_name=info will send from info@example.com |
[optional] |
| subject | Option<String> | The subject of the email. | [optional] |
| body | Option<String> | The body of the email. | [optional] |
| email_address_id | Option<String> | The ID of the email address to send to. | [optional] |
| template_slug | Option<String> | The slug of the template to use for sending this email | [optional] |