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

# Send Transactional Mail

`POST /TransactionalMail/SendTransactionalMail`

Sends a specific transactional email template to a list of recipients.

## Request body

- OptimoveAPIModelsOptiMailAPIRequest
  - `TemplateID` integer
  - `ScheduleTime` string, date-time, nullable
  - `Recipients` OptimoveAPIModelsOptiMailAPIRecipient[], nullable
    - `Email` string, nullable
    - `Personalizations` OptimoveAPIModelsOptiMailPersonalisation[], nullable
      - `Tag` string, nullable
      - `Value` string, nullable
  - `Bcc` OptimoveAPIEngagementUtilsEngagementEntitiesBccRecipient[], nullable
    - `Email` string, nullable
    - `Name` string, nullable
  - `Attachments` OptimoveAPIEngagementUtilsEngagementEntitiesAttachment[], nullable
    - `Content` string, nullable
    - `Type` string, nullable
    - `FileName` 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)
