---
title: "Trigger Order Sent Email to Employee"
method: POST
path: "/v1/email/trigger/orderSent/employee"
tags: ["Email Triggers"]
---

# Trigger Order Sent Email to Employee

`POST /v1/email/trigger/orderSent/employee`

Send an email notification to the employee when their order has been sent to a provider. Order-level trigger that takes an orderId.

## Request body

- object
  - `orderId` string, required — The Order ID to trigger the email for (order-level trigger)

## Response `200`

Default Response

- object
  - `sent` boolean, required — Whether the email was sent successfully
  - `recipientCount` number — Number of recipients the email was sent to
  - `reason` string — Reason why the email was not sent (if sent is false)

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `422` — Default Response
- `429` — Default Response
- `500` — Default Response

---

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