---
title: "Send Finalized Transactional Mail"
method: POST
path: "/TransactionalMail/SendFinalizedTransactionalMail"
tags: ["Transactional Mail"]
---

# Send Finalized Transactional Mail

`POST /TransactionalMail/SendFinalizedTransactionalMail`

Sends a transactional email template, containing your custom HTML content, to a list of recipients.

## Request body

- OptimoveAPIModelsOptimailContentRaw
  - `BrandId` integer
  - `FromEmail` string, nullable
  - `FromName` string, nullable
  - `ReplyTo` string, nullable
  - `Subject` string, nullable
  - `PlainText` string, nullable
  - `Html` string, nullable
  - `Bcc` OptimoveAPIEngagementUtilsEngagementEntitiesBccRecipient[], nullable
    - `Email` string, nullable
    - `Name` string, nullable
  - `Attachments` OptimoveAPIEngagementUtilsEngagementEntitiesAttachment[], nullable
    - `Content` string, nullable
    - `Type` string, nullable
    - `FileName` string, nullable
  - `ScheduleTime` string, date-time, nullable
  - `Recipients` OptimoveAPIModelsOptiMailAPIRecipient[], nullable
    - `Email` string, nullable
    - `Personalizations` OptimoveAPIModelsOptiMailPersonalisation[], nullable
      - `Tag` string, nullable
      - `Value` string, nullable
  - `UniqueMessageID` string, nullable
  - `TraceId` string, nullable

## Response `200`

Success

---

[API](https://skmtc.net/optimove/apis/optimove-api.md) · [All operations](https://skmtc.net/optimove/apis/optimove-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/optimove/optimove-api/revisions/fc55c5b1bec5/schema)
