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.
- # The API request to send a message was successful and the message is queued to be
- # sent out.
- # Twilio is in the process of dispatching your message to the nearest upstream
- # carrier in the network.
- # The nearest upstream carrier accepted the message.
- # Twilio has received confirmation of message delivery from the upstream carrier.
- # Twilio has received a delivery receipt indicating that the message was not
- # delivered.
- # The message could not be sent.
- }