Interface InboundsService


public interface InboundsService
Inbounds Service
  • Method Details

    • list

      List incoming messages (using default parameters)

      With the list operation, you can list all inbound messages that you have received. This operation supports pagination. Inbounds are returned in reverse chronological order.

      Returns:
      ListInboundsResponse
      Throws:
      ApiException - if fails to make API call
    • list

      List incoming messages

      With 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:
      queryParameter - (optional)
      Returns:
      ListInboundsResponse
      Throws:
      ApiException - if fails to make API call
    • get

      InboundMessage get(String inboundId) throws ApiException
      Retrieve inbound message

      This operation retrieves a specific inbound message using the provided inbound ID.

      Parameters:
      inboundId - The inbound ID found when listing inbound messages. (required)
      Returns:
      InboundMessage
      Throws:
      ApiException - if fails to make API call