Single Send - Retry
Retries a single failed message. The message will retain the same message ID.
The message retry will only go through if:
The message
latestStatus
isfailure
If the message belongs to a batch, the
batch
status is eithermessages_enqueued
ormessages_enqueuing_failed
After a message is retried, the message latestStatus
will be set to created
.
The Single Send - Retry feature behaves the same way as the Single Send feature.
Note that in your retry endpoint, the messageId
remains the same, and is generated from the original request in your Single Send.
Endpoint #3
Example response body
Last updated