Messaging
Delivery Status
The current state of an SMS message: pending, sending, sent, or failed. Tracks whether the message was successfully delivered to the recipient.
Delivery status indicates the progress of an SMS message through the sending pipeline.
Status Flow in MySMSGate
- pending — message queued, waiting for phone to pick it up
- sending — phone claimed the job, attempting to send
- sent — carrier accepted the message
- failed — sending failed (balance refunded automatically)
You can check status via the API (GET /api/v1/sms?id=...) or see it in real-time on the SMS History page.