Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.a2psms.batches.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns information on a message batch.list()
list
(ListA2PBatchesParameters queryParams) Returns the list of A2P batches sent from the current account.path()
post
(MessageBatchCreateRequest messageBatchCreateRequest) Allows to send high volume of A2P (Application-to-Person) SMS messages (in message batches).
-
Field Details
-
rc
-
parent
-
batchId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
list
public BatchListResponse list(ListA2PBatchesParameters queryParams) throws RestException, IOException Returns the list of A2P batches sent from the current account. The list can be filtered by message batch ID and/or from phone number.HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/a2p-sms/batches Rate Limit Group: Light App Permission: A2PSMS
- Throws:
RestException
IOException
-
list
- Throws:
RestException
IOException
-
post
public MessageBatchResponse post(MessageBatchCreateRequest messageBatchCreateRequest) throws RestException, IOException Allows to send high volume of A2P (Application-to-Person) SMS messages (in message batches). Only phone number with the `A2PSmsSender` feature can be used as a sender.HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/a2p-sms/batches Rate Limit Group: Light App Permission: A2PSMS
- Throws:
RestException
IOException
-
get
Returns information on a message batch. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/a2p-sms/batches/{batchId} Rate Limit Group: Light App Permission: A2PSMS- Throws:
RestException
IOException
-