Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 722 Bytes

SendReportEmail.md

File metadata and controls

15 lines (11 loc) · 722 Bytes

SendReportEmail

Properties

Name Type Description Notes
subject str Subject of the email message [optional]
to list[str] Email addresses of the recipients [optional]
content_type str Type of the message body [optional]
bcc list[str] Email addresses of the recipients in bcc [optional]
cc list[str] Email addresses of the recipients in cc [optional]
body str Body of the email message [optional]

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