---
title: "Email  Send"
method: POST
path: "/communication/email/send_mail"
---

# Email  Send

`POST /communication/email/send_mail`

## Headers

- `client-id` string, required
- `client-secret` string, required
- `Content-Type` string, required

## Request body

- object
  - `sender_email` string, required — Customer Email Id
  - `email_type` string, required — Provide SMS Type: For Transactional (Pass "transactional"), For Promotional (Pass "promotional)
  - `template_id` string, required — Provide Template of Email, Which is Provided by AeronPay
  - `param_1` string — Provide Param (1) which you will get in Template Fetch API Response
  - `param_2` string — Provide Param (2) which you will get in Template Fetch API Response
  - `param_3` string — Provide Param (3) which you will get in Template Fetch API Response
  - `param_4` string — Provide Param (4) which you will get in Template Fetch API Response

## Response `200`

200

- object
  - `status` string
  - `statusCode` string
  - `email_template` string
  - `email_delivery_id` string
  - `transactionId` string
  - `acknowledged` string
  - `message` string

---

[API](https://skmtc.net/aeronpay/apis/merchant-onboarding.md) · [All operations](https://skmtc.net/aeronpay/apis/merchant-onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aeronpay/merchant-onboarding/versions/1027c0f514b1/schema)
