---
title: "Send custom email to recipients"
method: POST
path: "/orgs/{orgId}/parcels/sendEmail"
tags: ["orgs/parcels"]
---

# Send custom email to recipients

`POST /orgs/{orgId}/parcels/sendEmail`

__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-parcelMgmtParcels:r,o{params.orgId}-parcelMgmtParcels:w,o:w,o:r,s-o:r,s-o:w<br/><br/>__Endpoint name__: sendCustomParcelEmail

## Path parameters

- `orgId` integer, required

## Request body

- object
  - `parcelIdExts` string[], required
  - `subject` string, required
  - `body` string, required

## Response `200`

Successful

- object

---

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