java.lang.Object
com.ringcentral.paths.restapi.account.extension.sms.Index

public class Index extends Object
  • Field Details

  • Constructor Details

    • Index

      public Index(Index parent)
  • Method Details

    • path

      public String path()
    • path

      public String path(Boolean withParameter)
    • post

      public GetSMSMessageInfoResponse post(CreateSMSMessage createSMSMessage) throws RestException, IOException
      Creates and sends a new text message or multiple messages. You can send SMS messages simultaneously to different recipients up to 40 requests per minute; this limitation is relevant for all client applications. Sending and receiving SMS is available for Toll-Free Numbers within the USA. You can send up to 10 attachments in a single MMS message; the size of all attachments linked is limited up to 1500000 bytes.

      HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/sms Rate Limit Group: Medium App Permission: SMS User Permission: OutboundSMS

      Throws:
      RestException
      IOException