v53

OpenAPI 3.0.1raw.githubusercontent.com2026-07-31147343479.6 KB
Messages

Resend message

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

post/messages/{message_id}/resend

Path parameters

message_idstring required

A unique identifier representing the message ID of the original message to resend.

Response

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

messageIdstring required

The new message id for the resent message. It is distinct from the id of the original message that was resent.

Example response

{
  "messageId": "1-5e2b2615-05efbb3acab9172f88dd3f6f"
}