Class MessageCreateRequest

java.lang.Object
com.ringcentral.definitions.MessageCreateRequest

public class MessageCreateRequest extends Object
Single individual SMS resource
  • Field Details

    • to

      public String[] to
      List of phone numbers in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) format, recipients of this message. Currently only one number is supported Required Example: 15551234477
    • text

      public String text
      Text to send, maximum number of characters is 1000 Example: Hello, World!
  • Constructor Details

    • MessageCreateRequest

      public MessageCreateRequest()
  • Method Details