---
title: "Resend an event"
method: POST
path: "/notification/{id}/resend"
tags: ["Event"]
---

# Resend an event

`POST /notification/{id}/resend`

Resend a notification event. 

:::info
You can choose to resend the event to specific channels or to all configured channels by omitting the `channel_ids` field in the request body.
:::

## Path parameters

- `id` string, uuid, required

## Request body

- ResendNotification
  - `channel_ids` string[] — An array of channel IDs to which the notification should be resent. > ℹ️ **Note:** If omitted, the event is resent to **all configured channels**.

## Response `202`

Resend accepted.

- ResendAccepted
  - `notification_id` string, uuid, required — Unique ID of the newly created notification generated by the resend operation.

## Other responses

- `400` — Validation error (e.g., invalid or empty `channel_ids`).
- `5XX` — Server error responses indicating an issue on the API side.

---

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