$message = [
'to' => $recipients,
'html' => $body,
'subject' => $subject,
'from_email' => $fromEmail,
'attachments' => $attachments,
'track_opens' => true,
'track_clicks' => true,
];
It would be great to add these two values (and maybe all the possible options of the API).