---
title: "Resend email notifications"
method: POST
path: "/notifications/email-histories/resend"
tags: ["Notifications"]
---

# Resend email notifications

`POST /notifications/email-histories/resend`

Resends email notifications if your customers did not receive previous email notifications.

Details about the status codes and response contents of this operation are as follows:

| Scenario                               | Status code     | Response content                                            |
|----------------------------------------|-----------------|-------------------------------------------------------------|
| Success for all notifications          | 202 Accepted    | (blank)                                                     |
| Success for at least one notification  | 202 Accepted    | Error code and error message of each failed notification    |
| Failure for all notifications          | 400 Bad Request | Error code and error message of each failed notification    |

## Headers

- `Idempotency-Key` string
- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string

## Request body

- string[]

## Response `202`

Accepted

- ResendEmailNotificationsFailedResponse

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
