---
title: "Resend message"
method: POST
path: "/messages/{message_id}/resend"
tags: ["Messages"]
---

# Resend message

`POST /messages/{message_id}/resend`

Resends a previously sent message to the same recipient and content, returning a new messageId. The original send request is not modified.

## Path parameters

- `message_id` string, required

## Response `202`

The resend request was accepted. A brand-new send has been enqueued and its `messageId` is returned in the response body.

- ResendMessageResponse
  - `messageId` string, required — The new message id for the resent message. It is distinct from the id of the original message that was resent.

## Other responses

- `400`
- `404`
- `429`

---

[API](https://skmtc.net/trycourier/apis/courier.md) · [All operations](https://skmtc.net/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycourier/courier/versions/04f69fbf96a5/schema)
