Name | Type | Description | Notes |
---|---|---|---|
to | Array<String> | Email addresses of the recipients | |
body | String | Custom text message to be presented in the report email. |
require 'brevo'
instance = Brevo::SendReportEmail.new(
to: null,
body: Please find attached the report of our last email campaign.
)