---
title: "Resend Failed Email Notification"
method: POST
path: "/api/v1/admin/email-notifications/{notification_id}/resend-failed"
tags: ["Admin APIs", "email-notifications"]
---

# Resend Failed Email Notification

`POST /api/v1/admin/email-notifications/{notification_id}/resend-failed`

## Path parameters

- `notification_id` string, uuid, required

## Response `200`

Successful Response

- SendNotificationResponse — Response from ``POST /email-notifications/{id}/send`` and /resend-failed.
  - `notification_id` string, uuid, required
  - `recipient_count` integer, required
  - `status` 'draft' | 'sending' | 'sent' | 'failed', required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
