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.
Example response
{
"messageId": "1-5e2b2615-05efbb3acab9172f88dd3f6f"
}