Message Statuses
What do the different message statuses on my Postman dashboard mean?
Please see the list of available statuses here. Do note that telcos do not provide read statuses.
What's the typical and max time for a message latestStatus to move from
created
tosent
tosuccess?
?As this is a brand new platform, the team does not have any data to release to agencies regarding typical and max time on the
latestStatus
.Note that the time taken for a message to be sent will also depend on the load at the point of creating and sending these messages.
How are SMS statuses charged?
SMSes with a
failure
as thelatestStatus
will not be charged.
Do you provide a webhook for checking the status?
No, that is not currently provided.
For
LatestStatus
field, how long do we need to wait before message is sent? How long to wait before we know if it was success or failure?The response on whether the message was created will come in immediately. However, you will need to query Retrieve message endpoint to get the message
latestStatus
.We also currently do not support pushing delivery status to your server via webhooks when the status of a message changes.
Refer to our API documents for more information.
Will Postman retry sending failed messages automatically?
No, you will need to manually re-send the failed messages.
Last updated