Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.extension.sms.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpath()
post
(CreateSMSMessage createSMSMessage) Creates and sends a new text message or multiple messages.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
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
-