ENUM

SmsOutboundStatus

The status of an outbound SMS.

link GraphQL Schema definition

  • enum SmsOutboundStatus {
  • # Pending (Waiting to be processed).
  • PENDING
  • # Insufficient funds.
  • INSUFFICIENT_FUNDS
  • # In Progress.
  • IN_PROGRESS
  • # Delivered.
  • DELIVERED
  • # Sent.
  • SENT
  • # Failed.
  • FAILED
  • }