Resend an Email
Requeue a previously sent email for another delivery attempt.
Requeue a previously sent email for another delivery attempt. The stored message is reused as-is and assigned a new reference ID.
Scope: user_logs.write
Path Parameters
message_idstringrequiredThe message ID of the email to resend.
Response
reference_idstringoptionalReference ID assigned to the requeued email.
Sample Response
200 OK
{
"data": {
"reference_id": "abc123def456"
}
}Returns 404 if the email is not found or not owned by the account. Returns 422 if the stored message is not a valid email or is missing a sender or recipient. Returns 429 if the daily resend limit (1000 per 24 hours) has been reached.