Package com.sinch.sdk.domains.sms
Interface InboundsService
public interface InboundsService
Inbounds Service
Inbounds, or Mobile Originated (MO) messages, are incoming messages. Inbound messages can be listed and retrieved like batch messages and they can also be delivered by callback requests like delivery reports.
- Since:
- 1.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionInbound
<?> Retrieve inbound messagelist
(InboundsListRequestParameters parameters) List incoming messages
-
Method Details
-
list
List incoming messagesWith the list operation, you can list all inbound messages that you have received. This operation supports pagination. Inbounds are returned in reverse chronological order.
- Parameters:
parameters
- Filtering parameters- Returns:
- Incoming messages
- Throws:
ApiException
- Since:
- 1.0
- See Also:
-
get
Retrieve inbound messageThis operation retrieves a specific inbound message with the provided inbound ID
- Parameters:
inboundId
- The inbound ID found when listing inbound messages- Returns:
- Inbound messages-
- Throws:
ApiException
- Since:
- 1.0
- See Also:
-