---
title: "Send referral email shares in batch (legacy)"
method: POST
path: "/api/v5/email/share/batch"
tags: ["Profiles"]
deprecated: true
---

# Send referral email shares in batch (legacy)

`POST /api/v5/email/share/batch`

> **Deprecated.**

Deprecated. Use `POST /api/v6/email/share/batch` instead. Sends referral emails to multiple recipients in a single request.

## Request body

- BatchEmailShareV5Request
  - `advocate_code` string, required
  - `data` object, nullable, required
  - `message` string, required
  - `recipient_emails` string[], required
  - `subject` string, nullable, required

## Response `200`

Successful response

- EmailShareV5Response[]
  - `polling_id` string, required
  - `recipient_email` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
