Resend message
Resend a previously sent message. The original send request is loaded from storage and a brand-new send is enqueued for the same recipient and content, producing a new messageId — the original message is not modified.
Throttled by a per-message rate limit; a repeat inside the limit window returns 429 Too Many Requests.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
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.
The new message id for the resent message. It is distinct from the id of the original message that was resent.
"1-5e2b2615-05efbb3acab9172f88dd3f6f"