Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

message_id
string
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.

messageId
string
required

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

Example:

"1-5e2b2615-05efbb3acab9172f88dd3f6f"