Interface SmsConfiguration


public interface SmsConfiguration
The current SMS configuration for this number. Once the servicePlanId is sent, it enters scheduled provisioning. The status of scheduled provisioning will show under a scheduledProvisioning object if it's still running. Once processed successfully, the servicePlanId sent will appear directly under the smsConfiguration object.
  • Method Details

    • getServicePlanId

      String getServicePlanId()
      The servicePlanId can be found in the Sinch Customer Dashboard. The service plan ID is what ties this number to the configured SMS service.
      Returns:
      servicePlanId
    • getCampaignId

      String getCampaignId()
      Only for US virtual numbers. This campaign ID relates to 10DLC numbers. So, it is the current campaign ID for this number. The campaignId is found on your TCR platform.
      Returns:
      campaignId
    • getScheduledProvisioning

      ScheduledSmsProvisioning getScheduledProvisioning()
      Get scheduledProvisioning
      Returns:
      scheduledProvisioning
    • builder

      static SmsConfiguration.Builder builder()
      Getting builder
      Returns:
      New Builder instance