---
title: "Record Delivery Result"
method: POST
path: "/api/v3/notifications/events/{event_id}/delivery-result"
tags: ["Notifications"]
---

# Record Delivery Result

`POST /api/v3/notifications/events/{event_id}/delivery-result`

Record the result of a notification delivery attempt.

## Path parameters

- `event_id` integer, required

## Request body

- NotificationDeliveryResultRequest
  - `channel` 'discord_dm' | 'discord_ping' | 'web', required
  - `status` 'delivered' | 'failed' | 'skipped', required
  - `error_message` string, nullable

## Response `204`

Request fulfilled, nothing follows

## Other responses

- `400` — Bad request syntax or unsupported method

---

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