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

# Trigger Order Sent Email to Provider

`POST /v1/email/trigger/orderSent/provider`

Send an email notification to provider users when a new order is received. Takes an orderItemId since orders are received per-provider.

## Request body

- object
  - `orderItemId` string, required — The OrderItem ID to trigger the email for (represents a specific provider portion of an order)

## 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)
