Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 445 Bytes

SendReportEmail.md

File metadata and controls

20 lines (14 loc) · 445 Bytes

Brevo::SendReportEmail

Properties

Name Type Description Notes
to Array<String> Email addresses of the recipients
body String Custom text message to be presented in the report email.

Example

require 'brevo'

instance = Brevo::SendReportEmail.new(
  to: null,
  body: Please find attached the report of our last email campaign.
)