---
title: "Send Purchase Order as an email"
method: POST
path: "/purchaseorders/{id}/emails"
tags: ["Purchase Orders"]
---

# Send Purchase Order as an email

`POST /purchaseorders/{id}/emails`

## Path parameters

- `id` integer, required

## Query parameters

- `skipWebhook` boolean

## Request body

- object
  - `emails` string[], nullable — Emails to send the Purchase Order to
  - `emailsCC` string[], nullable — Emails to send the Purchase Order to as a carbon copy (CC)

## Response `201`

Successfully created the email

- object
  - `id` integer — Global ID of the Purchase Order

## Other responses

- `400` — Failed to create the email
- `401` — Invalid token
- `403` — You do not have permission to send this email
- `404` — Could not find the specified Purchase Order.

---

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