Reply to a specific email. to/cc/bcc are optional — the platform falls back to the original sender / recipients when omitted.
to/cc/bcc
@type t() :: %Spatio.Model.ReplyEmailRequest{ accountId: String.t() | nil, attachments: [Spatio.Model.AttachmentInput.t()] | nil, bcc: [String.t()] | nil, body: String.t(), cc: [String.t()] | nil, html: boolean() | nil, to: [String.t()] | nil }