ENUM

SMSMessageStatus

The status of the SMS message.

link GraphQL Schema definition

  • enum SMSMessageStatus {
  • # Twilio has received your API request to send a message with a Messaging Service.
  • ACCEPTED
  • # The API request to send a message was successful and the message is queued to be
  • # sent out.
  • QUEUED
  • # Twilio is in the process of dispatching your message to the nearest upstream
  • # carrier in the network.
  • SENDING
  • # The nearest upstream carrier accepted the message.
  • SENT
  • # Twilio has received confirmation of message delivery from the upstream carrier.
  • DELIVERED
  • # Twilio has received a delivery receipt indicating that the message was not
  • # delivered.
  • UNDELIVERED
  • # The message could not be sent.
  • ERROR
  • }