Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 820 Bytes

CreateEmailRequest.md

File metadata and controls

15 lines (10 loc) · 820 Bytes

CreateEmailRequest

Properties

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 [email protected]
[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]

[Back to Model list] [Back to API list] [Back to README]