---
title: "Send a supplier data request email"
method: POST
path: "/v1/email/supplier-data-request"
tags: ["email"]
---

# Send a supplier data request email

`POST /v1/email/supplier-data-request`

Sends an email to a supplier requesting specific master data and/or documents

## Request body

- ModelsSupplierDataRequest
  - `article_numbers` string[] — List of article numbers (max 10)
  - `business_node_id` string — Business node (org unit) scope — required
  - `contact_email` string — Supplier contact email (recipient)
  - `documents` string[] — Selected document type keys
  - `expiry_days` integer — Days until request expires (1-30, default 7)
  - `manufacturer` string — Manufacturer or supplier name
  - `master_data` string[] — Selected master data field keys
  - `order_number` string — Optional order/PO number
  - `other_details` string — Optional free-text notes

## Response `200`

OK

- ModelsSupplierDataResponse
  - `email_id` string — Resend email ID for tracking
  - `message` string — Human-readable confirmation
  - `request_id` string — Supplier data request ID (UUID)

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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