Single Send - Retry
We will be updating our response payload to include a creatorId
field from 27 Jan 2025. Please read the last section to find out where the amendment is and update your own systems if necessary, before 27 Jan 2025.
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.
[Now to 26 Jan 2025] Example response body
[From 27 Jan 2025] The creatorId
field will be inserted in the response payload from 27 Jan 2025. Please amend your own code accordingly for
"creatorId": "<USER_ID_OF_MESSAGE_CREATOR>"
Last updated