| identityId (required) | The Kurrier Identity to send using | "id_12345" |
| to (required) | One recipient email addresses | "ada@example.com" |
| subject (required) | Subject line of the email | "Welcome to Kurrier!" |
html (required unless text is provided) | HTML version of the email body | "<p>Hello!</p>" |
text (required unless html is provided) | Plain-text version of the email body | "Hello!" |
| cc | CC recipients | "manager@your.co,ops@your.co" |
| bcc | BCC recipients | "audit@your.co,gm@your.co" |
| attachments | Attachments | [{ "filename": "photo.jpg", "contentType": "image/jpeg", "content": "BASE64_STRING_HERE" }, ...] |